Dynavera/config/__init__.py
2026-02-26 01:32:04 +00:00

3 lines
65 B
Python

from .celery import app as celery_app
__all__ = ('celery_app',)