acm-site/wsgi.py
2024-03-03 17:52:34 -05:00

3 lines
59 B
Python

from acmsite import create_app
application = create_app()