python_template This is a template repository to start new Python projects Environment setup To set up python, follow the instructions in the python setup guide. Poetry setup Follow the installation instructions in the poetry documentation. Activate the python virtual environment poetry shell Run the main script python main.py