残念
Results
1
comments of
残念
There is no class called `Client` in `kucoin.client`. See [`kucoin/client.py`](https://github.com/Kucoin/kucoin-python-sdk/blob/master/kucoin/client.py). Try: ```python import kucoin.client as kcc print("\n".join(dir(kcc))) # print a list of module contents ``` and you'll get `User`, `Trade`,...