Usage
from recurtools import nested
from recurtools import flatten
Installation
- Strongly recommended to set up a virtual environment first! (e.g..
python3 -m venv .venv
,. .venv/bin/activate
) - Install with
pip install recurtools
from recurtools import nested
from recurtools import flatten
python3 -m venv .venv
, . .venv/bin/activate
)pip install recurtools