forked from github/plane
d88a95b1e9
* dev: update celery configuration to root folder * dev: update import for celery * fix: worker to deserialize data
4 lines
65 B
Python
4 lines
65 B
Python
from .celery import app as celery_app
|
|
|
|
__all__ = ('celery_app',)
|