Files
fuel_track/wsgi.py
T
2026-07-13 13:19:26 +02:00

3 lines
46 B
Python

from app import create_app
app = create_app()