run.py 90 B

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