wsgi.py 71 B

12345
  1. # wsgi.py
  2. from app import app
  3. if __name__ == "__main__":
  4. app.run()