## connect()


Create and connect a client.


Usage


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


## Parameters


`host: str`  
Server hostname.

`port: int = ``443`  
Server port.


## Returns


`FullClient`  
Connected client instance.
