Files
backend-v1/config/__init__.py
2026-02-10 17:19:59 +05:00

4 lines
46 B
Python

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