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

4 lines
62 B
Python

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