Files
MTCBD/backend/core/__init__.py
2026-02-23 20:31:53 +05:30

3 lines
64 B
Python

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