2025-05-16 01:35:23 +00:00

3 lines
76 B
Python

from app.api.todos import router as todos_router
__all__ = ["todos_router"]