Files
backend/config/__init__.py
2025-09-22 18:43:29 -06:00

4 lines
65 B
Python

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