Files
2026-03-29 15:07:14 +03:30

4 lines
65 B
Python

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