feat(engine): scaffold runtime skeleton

This commit is contained in:
2025-10-26 00:02:37 -06:00
parent e16746d407
commit e09d3a3a51
9 changed files with 402 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""Service registration hooks for the Borealis Engine runtime."""
from . import API, WebSocket, WebUI
__all__ = ["API", "WebSocket", "WebUI"]