Quarter-Internal/uwsgi.py
2025-03-24 01:41:57 +00:00

4 lines
71 B
Python

from app import create_app
application=create_app('QUARTER_INTERNAL')