Files
notification/auth/config/__init__.py
2025-04-19 15:18:13 +05:00

4 lines
46 B
Python

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