from celery import Celery

app = Celery("app")
app.config_from_object("inventory_provider.tasks.config")