summaryrefslogtreecommitdiff
path: root/server/app/basemodels.py
blob: 475ab0c20591dada2df97510c464332a0a94476d (plain)
1
2
3
4
5
from config import config, Config
from celery import Celery

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