Off by one error.
[audio.git] / src / audiobooks / __init__.py
1 from .celery import app as celery_app
2
3 __all__ = ('celery_app',)