## Base


Base class with core functionality.


Usage


``` python
Base(name)
```


## Parameters


`name: str`  
Instance name.


## Methods

| Name | Description |
|----|----|
| [identify()](#identify) | Return identity string. |

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


#### identify()


Return identity string.


Usage


``` python
identify()
```


##### Returns


`str`  
Identity.
