This commit is contained in:
Yannik Schmidt
2021-08-29 18:00:18 +02:00
commit a9e59b3d9e
5 changed files with 105 additions and 0 deletions

3
app.py Normal file
View File

@@ -0,0 +1,3 @@
import server
def createApp(envivorment=None, start_response=None):
return server.app