5 lines
77 B
Python
5 lines
77 B
Python
from app.routers.math import router as api_router
|
|
|
|
|
|
__all__ = ["api_router"]
|