Files
webfortilog/wsgi.py
2026-04-24 14:40:32 +02:00

4 lines
47 B
Python

from app import create_app
app = create_app()