right-tree/backend/right_tree/api/__init__.py

4 lines
65 B
Python
Raw Normal View History

2023-03-29 16:37:39 +13:00
from .celery import app as celery_app
__all__ = ("celery_app",)