mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 23:21: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
|