feat: add build & update to latest python

This commit is contained in:
2024-07-21 23:49:12 +02:00
parent c32155fd40
commit ee14c3fd7e
4 changed files with 73 additions and 20 deletions

2
app.py
View File

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