Files
backend-v1/config/__init__.py
Abdulaziz Axmadaliyev ec906c2b09 Initial commit
2026-03-09 12:38:54 +05:00

4 lines
46 B
Python

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