wsgi.py 50 B

123
  1. from server import create_app
  2. app = create_app()