Files
karomat-backend/config/__init__.py
2026-03-25 19:24:42 +05:00

4 lines
46 B
Python

from .celery import app
__all__ = ["app"]