gunicorn.py 49 B

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