app.py 102 B

12345
  1. from __future__ import absolute_import
  2. from celery import Celery
  3. app = Celery(set_as_current=False)