Files
2026-03-11 18:01:27 +08:00

4 lines
73 B
Python

from .services.celery import app as celery_app
__all__ = ["celery_app"]