## FullClient


A client with 12 methods (gets split since 12 \> 10).


Usage


``` python
FullClient(
    host,
    port=443,
)
```


## Parameters


`host: str`  
The server hostname.

`port: int = ``443`  
The server port.
