run.py 79 B

12345
  1. from backstage import app
  2. if __name__ == '__main__':
  3. app.run(debug=True)