uchill/backend/config/__init__.py

8 lines
232 B
Python

# Это инициализирует config как Python пакет
# Celery app будет импортирован здесь после создания
from .celery import app as celery_app
__all__ = ('celery_app',)