app.py 62 B

123
  1. from celery import Celery
  2. app = Celery(set_as_current=False)