def main():
    try:
        r = ObjectGenerator(sys.argv[1])
    except:
        r = ObjectGenerator()
    exit()