Files
stiftung-management-system/app/core/__init__.py
2025-09-06 18:31:54 +02:00

5 lines
58 B
Python

from .celery import app as celery
__all__ = ("celery",)