Added Toast Notification Framework & Documentation

This commit is contained in:
2025-11-26 21:08:47 -07:00
parent d50c1533e5
commit da48568aa4
7 changed files with 504 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# ======================================================
# Data\Engine\services\API\notifications\__init__.py
# Description: Package init for notification API endpoints.
#
# API Endpoints (if applicable): None
# ======================================================
"""Notification API package for the Borealis Engine."""
from .management import register_notifications
__all__ = ["register_notifications"]