mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
8 lines
181 B
Python
8 lines
181 B
Python
|
|
"""Notification creation/update service."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
from app.notifications.service.facade import NotificationService
|
||
|
|
|
||
|
|
__all__ = ["NotificationService"]
|