mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 19:41:57 -06:00
feat(engine): scaffold runtime skeleton
This commit is contained in:
5
Data/Engine/services/__init__.py
Normal file
5
Data/Engine/services/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Service registration hooks for the Borealis Engine runtime."""
|
||||
|
||||
from . import API, WebSocket, WebUI
|
||||
|
||||
__all__ = ["API", "WebSocket", "WebUI"]
|
||||
Reference in New Issue
Block a user