mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2026-01-21 22:57:39 +01:00
refacto: setup new dispatch
This commit is contained in:
8
server/app.py
Normal file
8
server/app.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import interface as main
|
||||
import os
|
||||
import sys
|
||||
|
||||
def createApp(envivorment=None, start_response=None):
|
||||
with main.app.app_context():
|
||||
main.create_app()
|
||||
return main.app
|
||||
Reference in New Issue
Block a user