feat: create structure for the project and first problem
This commit is contained in:
4
app/routers/__init__.py
Normal file
4
app/routers/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from app.routers.math import router as api_router
|
||||
|
||||
|
||||
__all__ = ["api_router"]
|
||||
Reference in New Issue
Block a user