zoitestream/wsgi.py
2026-09-14 13:45:57 -04:00

3 lines
47 B
Python

from app import create_app
app = create_app()