tubearchivist/tubearchivist/home/__init__.py

8 lines
151 B
Python

"""start celery app"""
from __future__ import absolute_import, unicode_literals
from home.celery import app as celery_app
__all__ = ("celery_app",)