SurfSense/surfsense_backend/app/notifications/service/__init__.py

8 lines
181 B
Python
Raw Normal View History

2026-06-03 18:04:47 +02:00
"""Notification creation/update service."""
from __future__ import annotations
from app.notifications.service.facade import NotificationService
__all__ = ["NotificationService"]