Skip to content

Commit 205a91a

Browse files
committed
feat: Add FastAPI backend for the geometry tutor
1 parent 49d598e commit 205a91a

File tree

4 files changed

+924
-0
lines changed

4 files changed

+924
-0
lines changed

backend/api/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
API package initialization.
3+
"""
4+
5+
from .main import app, create_app, run_server
6+
7+
__all__ = ["app", "create_app", "run_server"]

0 commit comments

Comments
 (0)