Reduce the crazy, just upload things.
[audio.git] / src / audiobooks / __init__.py
1 from __future__ import absolute_import, unicode_literals
2
3 from .celery import app as celery_app
4
5 __all__ = ('celery_app',)