## utils.get_backend()


Return the name of the currently selected backend.


Usage

``` python
utils.get_backend()
```


## Returns


`str`  
Either `"tqdm"` or `"rich"`.
