## Adapter


A public adapter class.


Usage


``` python
Adapter(backend)
```


## Parameters


`backend: str`  
Backend identifier.


## Methods

| Name | Description |
|----|----|
| [connect()](#connect) | Connect to the backend. |

------------------------------------------------------------------------


#### connect()


Connect to the backend.


Usage


``` python
connect()
```


##### Returns


`bool`  
Whether connection succeeded.
