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

6 lines
189 B
Python
Raw Normal View History

"""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.
"""