Files
the-office/wsgi.py
2020-08-10 06:06:20 -05:00

4 lines
61 B
Python

from server.create_app import create_app
app = create_app()