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