Files
tuxinet-streamhub/tuxinet-streamhub-v2.1-enterprise/backend/wsgi.py
T
2026-03-23 19:32:57 +01:00

4 lines
47 B
Python

from app import create_app
app = create_app()