Skip to content

Instantly share code, notes, and snippets.

View theresama's full-sized avatar

Theresa Ma theresama

View GitHub Profile
import argparse
import collections
import json
def main(argv=None):
parser = argparse.ArgumentParser()
parser.add_argument('json_file')
args = parser.parse_args(argv)