__init__.py 64 B

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