Spatfinder Simple script for finding SPA types in enssembles Installation python -m venv .venv # create virtual enviroment source .venv/bin/activate # activate virtual env pip install -r requirements.txt # install the requirements python spa_typer.py # execute the script