# $name

$description

## usage

install editable

```shell
pip install -e .
```

build

```shell
pip install build
python -m build
```

test

```shell
pip install pytest
pytest
```