__init__.py 66 B

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