mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-05 22:51:37 +01:00
5 lines
127 B
Python
5 lines
127 B
Python
import server as moduleContainingApp
|
|
|
|
def createApp(envivorment=None, start_response=None):
|
|
return moduleContainingApp.app
|