2025-06-12 18:28:09 +00:00

5 lines
84 B
Python

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