6 lines
175 B
Python
6 lines
175 B
Python
"""WebSocket 占位(P1 用 REST;WS 后期可接)。"""
|
||
|
||
from __future__ import annotations
|
||
|
||
# 第一期采集走 REST 轮询;此模块预留多路订阅入口。
|