Site/OneCprogsite/__init__.py
2026-06-19 18:29:44 +03:00

5 lines
66 B
Python

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