Files
xiaobaifupan/backend/features/alerts/__init__.py

4 lines
62 B
Python

from .service import AlertService
__all__ = ["AlertService"]