I have a python class that requires a command line argument:
class SomeClass: request = sys.argv[1] + ".json" def __init__(self_: