Files
2025-02-24 16:57:37 +00:00

3 lines
64 B
Python

from .celery import app as celery_app
__all__ = ("celery_app",)