Files
tuxinet-streamhub/backend/wsgi.py
T
2026-03-23 00:37:22 +01:00

4 lines
47 B
Python

from app import create_app
app = create_app()