mirror of
https://github.com/FAUSheppy/python-flask-picture-factory
synced 2025-12-06 15:11:36 +01:00
7 lines
156 B
Python
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
|