mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-07-30 10:49:35 +00:00
8 lines
151 B
Python
8 lines
151 B
Python
"""start celery app"""
|
|
|
|
from __future__ import absolute_import, unicode_literals
|
|
|
|
from task.celery import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|