# Watt42, Common Code (TODO: describe purpose and scope) # Documentation See the [driver demo](https://gitea.uber5.com/Watt42-Public/driver-demo) for how to use this package. # Development ## Prerequisites You need Python skills and [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) installed. ## Run Tests - Install dependencies: `poetry install` - Run tests with pytest: `poetry run pytest`