hyperspace-client/README.md

16 lines
153 B
Markdown
Raw Normal View History

2020-08-09 09:16:45 +00:00
# hyperspace-client
## Standalone Hyperspace RPC client
## Install
```sh
$ pip install hyperspace-client
```
## Example
```python
print("TODO")
```