Skip to content
Snippets Groups Projects
app.py 105 B
from celery import Celery

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