Files

4 lines
64 B
Python
Raw Permalink Normal View History

2026-05-21 10:36:16 +02:00
from .celery import app as celery_app
__all__ = ["celery_app"]