6 lines
79 B
Python
6 lines
79 B
Python
from __future__ import absolute_import
|
|
|
|
from .tasks import app as celery_app
|
|
|
|
|