from . import tiktok_config import celery c = tiktok_config() celery.Celery( __name__, broker=c.celery_broker, )