Files
website-v2/config/__init__.py
GabbyPrecious 0ca0a0b9ac alphakit setup
2021-10-09 09:53:46 +01:00

4 lines
64 B
Python

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