Files
eimzo/config/__init__.py
behruz-dev 7097261131 fix
2025-10-08 19:13:55 +05:00

3 lines
63 B
Python

from .celery import app as celery_app
__all__ = ['celery_app']