Files
power-math/wsgi.py
2020-09-26 01:30:43 -05:00

4 lines
61 B
Python

from server.create_app import create_app
app = create_app()