"""Notifications HTTP API.""" from __future__ import annotations from app.notifications.api.api import router __all__ = ["router"]