mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
8 lines
137 B
Python
8 lines
137 B
Python
|
|
"""Notification persistence models."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
from .models import Notification
|
||
|
|
|
||
|
|
__all__ = ["Notification"]
|