from config import config, Config from celery import Celery #bootstrap = Bootstrap() celery = Celery(__name__, broker=Config.CELERY_BROKER_URL)