flask_template_codex/wsgi.py
2026-08-08 02:53:18 +02:00

5 lines
61 B
Python

from app import create_app
app = create_app("production")