zoitestream/wsgi.py

4 lines
47 B
Python
Raw Normal View History

2026-09-14 13:45:57 -04:00
from app import create_app
app = create_app()