mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 14:31:35 +01:00
9 lines
180 B
Python
9 lines
180 B
Python
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
|