main.py 69 B

1234
  1. from app.server import start
  2. if __name__ == "__main__":
  3. start()