__init__.py 64 B

12
  1. from .celery import app as celery_app
  2. __all__ = ('celery_app', )