feat: create structure for the project and first problem
This commit is contained in:
7
app/routers/math.py
Normal file
7
app/routers/math.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
from app.routers import grade_1
|
||||
|
||||
|
||||
router = APIRouter(prefix="/math")
|
||||
router.include_router(grade_1.router)
|
||||
Reference in New Issue
Block a user