uchill/chatnext/backend/config/__init__.py

5 lines
117 B
Python

# /home/ram/aparsoft/backend/config/__init__.py
from .celery import app as celery_app
__all__ = ('celery_app',)