This commit is contained in:
Yannik Schmidt
2021-06-24 18:03:36 +02:00
commit d45eedeba2
6 changed files with 301 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