2023-01-21 14:15:36 -07:00

4 lines
65 B
Python

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