Files
e-trznice/backend/trznice/__init__.py
2025-10-02 00:54:34 +02:00

4 lines
65 B
Python

from .celery import app as celery_app
__all__ = ('celery_app',)