SurfSense/surfsense_backend/app/notifications/service/__init__.py
2026-06-03 18:04:47 +02:00

7 lines
181 B
Python

"""Notification creation/update service."""
from __future__ import annotations
from app.notifications.service.facade import NotificationService
__all__ = ["NotificationService"]