mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
8 lines
134 B
Python
8 lines
134 B
Python
|
|
"""Notifications HTTP API."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
from app.notifications.api.api import router
|
||
|
|
|
||
|
|
__all__ = ["router"]
|