This is a template that has the scaffold for a python project. Here you can find:
- .devcointainer has a Docker and a .json file
- Makefile to automate the python task
- .github contains the .yml file to ensure CI/CD integregration for code quality
- Requirements.txt specify the library requirements to run the code
- Main.py contains the main function of interest
- Test_main.py contains the testing function for main.py