wsgi.py 66 B

12345
  1. from lsunucu import app
  2. if __name__ == "__main__":
  3. app.run()