wip: initial

This commit is contained in:
2023-06-07 12:41:06 +02:00
commit a8272393f9
10 changed files with 346 additions and 0 deletions

4
app.py Normal file
View File

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