## fetch()


Fetch a value by key.


Usage


``` python
fetch(key)
```


## Parameters


`key: str`  
The key to look up.


## Returns


`str`  
The value.
