Files

4 lines
65 B
Python
Raw Permalink Normal View History

2026-05-11 03:27:21 +03:30
from .celery import app as celery_app
__all__ = ("celery_app",)