Files
AIRegulation-DocAnalysis/backend/app/infrastructure/tasks/__init__.py
T

6 lines
189 B
Python
Raw Normal View History

2026-06-05 18:00:31 +08:00
"""Celery task definitions for background processing.
This package exposes the shared Celery application instance and all
registered task functions used by API routes to enqueue work.
"""