5 lines
116 B
Python
5 lines
116 B
Python
# WebSocketサーバーモジュール
|
|
from .websocket_server import WebSocketServer
|
|
|
|
__all__ = ["WebSocketServer"]
|