# Python Project A little template for Python projects. ## Testing This project uses [`pytest`](https://docs.pytest.org/en/stable/), once installed the tests can be runned with: ```sh pytest ```