__init__.py 64 B

123
  1. from .celery import app as celery_app
  2. __all__ = ["celery_app"]