mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 10:05:48 -07:00
Added Toast Notification Framework & Documentation
This commit is contained in:
12
Data/Engine/services/API/notifications/__init__.py
Normal file
12
Data/Engine/services/API/notifications/__init__.py
Normal 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"]
|
||||
Reference in New Issue
Block a user