__init__.py 65 B

123
  1. from .celery import app as celery_app
  2. __all__ = ("celery_app",)