Files
expense_monitor/wsgi.py
Mateusz Gruszczyński 986ffb200a first commit
2026-03-13 15:17:32 +01:00

4 lines
47 B
Python

from app import create_app
app = create_app()