Dynavera/config/__init__.py

4 lines
65 B
Python
Raw Normal View History

2025-12-10 13:44:56 +00:00
from .celery import app as celery_app
__all__ = ('celery_app',)