6 lines
111 B
Python
6 lines
111 B
Python
"""
|
|
Import CRUD operations for easier access
|
|
"""
|
|
from app.crud.task import task
|
|
from app.crud.user import user
|