bramw_baserow/backend/src/baserow/__init__.py

4 lines
78 B
Python

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