main.py 69 B

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