
from __future__ import absolute_import, unicode_literals

# TODO we should have ability to change profile mode for celery
# in general we need ENV-variables driven settings, but it will require bigger changes
from .celery import app as celery_app

__all__ = ['celery_app']

    