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
View File
+4
View File
@@ -0,0 +1,4 @@
from backend_flask.myapp import create_app
__all__ = ["create_app"]
+2
View File
@@ -0,0 +1,2 @@
from backend_flask.myapp.extensions import *