mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-01-19 02:43:00 +08:00
3 lines
65 B
Python
3 lines
65 B
Python
from .celery import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|