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

4 lines
47 B
Python

from app import create_app
app = create_app()