This commit is contained in:
2023-07-16 16:41:04 +08:00
commit 5e358e9424
5 changed files with 236 additions and 0 deletions

0
app/__init__.py Normal file
View File

4
app/app.py Normal file
View File

@@ -0,0 +1,4 @@
import falcon.asgi
app = falcon.asgi.App()