Files
eimzo/config/__init__.py
2025-07-15 11:09:28 +05:00

6 lines
70 B
Python

from .celery import app as celery_app
__all__ = (
"celery_app"
)