Files
python-flask-picture-factory/app.py

7 lines
156 B
Python

import server as main
def createApp(envivorment=None, start_response=None):
with main.app.app_context():
main.create_app()
return main.app