#!/bin/bash
DIR=~/projets/infographie-compta-bsc
source "$DIR/.venv/bin/activate"
python main.py
deactivate