Files
putzliga/wsgi.py
2026-04-13 08:32:28 +02:00

5 lines
48 B
Python

from app import create_app
app = create_app()