First revision

This commit is contained in:
ldy
2025-06-10 12:02:57 +08:00
parent 4f79a72294
commit 97c73b639d
45 changed files with 103 additions and 964 deletions

0
backend/__init__.py Normal file
View File

4
backend/app.py Normal file
View File

@@ -0,0 +1,4 @@
from backend_flask.myapp import create_app
__all__ = ["create_app"]

2
backend/extensions.py Normal file
View File

@@ -0,0 +1,2 @@
from backend_flask.myapp.extensions import *