diff options
Diffstat (limited to 'python/websocket-client/README')
-rw-r--r-- | python/websocket-client/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/websocket-client/README b/python/websocket-client/README new file mode 100644 index 0000000000000..5a1072ea30275 --- /dev/null +++ b/python/websocket-client/README @@ -0,0 +1,2 @@ +websocket-client module is WebSocket client for python. This provides the low +level APIs for WebSocket. All APIs are synchronous functions. |