Files
backend/config/__init__.py
A'zamov Samandar 256e80cc23 first commit
2025-11-21 14:41:16 +05:00

4 lines
43 B
Python

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