feat: create structure for the project and first problem

This commit is contained in:
AlanSilvaaa
2026-05-26 00:30:38 -04:00
parent 6a7261e59c
commit 494ff27c06
20 changed files with 633 additions and 3 deletions

4
app/routers/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from app.routers.math import router as api_router
__all__ = ["api_router"]