Files
Horeka-365-backend/config/__init__.py
behruz-dev fdf0c9808b fix
2025-09-04 18:33:56 +05:00

3 lines
63 B
Python

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