Files

6 lines
189 B
Python
Raw Permalink 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.
"""