rebuild(stage-1): establish isolated application skeleton

This commit is contained in:
leefer
2026-07-30 00:46:43 +08:00
parent 6df26a2545
commit 603e73d128
32 changed files with 2691 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from backend.bootstrap.application import create_application
app = create_application()