This commit is contained in:
2026-05-14 15:07:34 +08:00
parent c2a398930d
commit 10d04c4083
179 changed files with 24073 additions and 1243 deletions

5
backend/app/main.py Normal file
View File

@@ -0,0 +1,5 @@
"""Backend application entrypoint."""
from app.api.main import app
__all__ = ["app"]