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

8 lines
137 B
Python
Raw Normal View History

2026-06-03 18:04:47 +02:00
"""Notification persistence models."""
from __future__ import annotations
from .models import Notification
__all__ = ["Notification"]