debug.py 71 B

1234
  1. from app import app
  2. if __name__ == "__main__":
  3. app.run(debug=True)