mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 06:21:36 +01:00
7 lines
118 B
Python
7 lines
118 B
Python
import interface
|
|
import os
|
|
import sys
|
|
|
|
def createApp(envivorment=None, start_response=None):
|
|
return interface.app
|