2025-06-10 15:58:25 +00:00

4 lines
59 B
Python

from app.crud.todo import todo # noqa
__all__ = ["todo"]