__main__.py 67 B

12345
  1. from app.misc import runner, setup
  2. setup()
  3. runner.start_polling()