2025-05-30 17:39:08 +00:00

6 lines
111 B
Python

"""
Import CRUD operations for easier access
"""
from app.crud.task import task
from app.crud.user import user