Python3 base project Overview This project is for having a base configuration to start new Python3 porjects with basic structure. Happy coding! Requirements Python Python 3.11 or higher Install project requirements: pip install -r requirements.txt Run unit tests: python3 -m pytest