11 lines
203 B
Python

"""
Services métier pour l'API Homelab Automation.
"""
from .notification_service import NotificationService, notification_service
__all__ = [
"NotificationService",
"notification_service",
]