Files
2025-11-09 00:26:00 -06:00

4 lines
69 B
Python

from .celery_app import app as celery_app
__all__ = ("celery_app",)