from . import tiktok_config

import celery

c = tiktok_config()

app = celery.Celery(
    __name__,
    broker=c.celery_broker,
)