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