## MediumService


A service class with a moderate number of methods.


Usage


``` python
MediumService(
    host,
    port=8080,
)
```


## Parameters


`host: str`  
Service hostname.

`port: int = ``8080`  
Service port number.
