"""CRUD operations package.""" from app.crud.task import task __all__ = ["task"]