wsgi.py 101 B

1234
  1. from app.runner.bootstrap import build_runner_application
  2. application = build_runner_application()