mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
3 lines
65 B
Python
3 lines
65 B
Python
from .celery import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|