2025-06-12 19:05:38 +00:00

4 lines
99 B
Python

from app.crud.crud_user import user
from app.crud.crud_task import task
__all__ = ["user", "task"]