hack-wpi-python/wsgi.py
2022-12-06 17:59:49 -05:00

3 lines
64 B
Python

from goathacks import create_app
application = create_app()