__main__.py 90 B

123456789
  1. from .initialize import run
  2. def main():
  3. run()
  4. if __name__ == '__main__':
  5. run()