3 lines
71 B
Python
3 lines
71 B
Python
from config.celery import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|
from config.celery import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|