feat: blank taskiq setup

This commit is contained in:
2025-10-30 17:06:30 +04:00
parent 307e6573e3
commit 36b3e056dc
10 changed files with 298 additions and 0 deletions

View File

@ -29,5 +29,7 @@ from .module import ( # noqa: F401
)
from .project import Project as Project
from .status import Status as Status, DealStatusHistory as DealStatusHistory
from .task import CeleryTask as CeleryTask, CeleryActiveTask as CeleryActiveTask
from .auth import User as User
configure_mappers()