mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 10:05:48 -07:00
11 lines
378 B
Python
11 lines
378 B
Python
# ======================================================
|
|
# Data\Engine\services\WebSocket\Agent\__init__.py
|
|
# Description: Package marker for Agent-facing WebSocket services (reverse tunnel scaffolding).
|
|
#
|
|
# API Endpoints (if applicable): None
|
|
# ======================================================
|
|
|
|
"""Agent-facing WebSocket services for the Engine runtime."""
|
|
|
|
__all__ = []
|