default: sim sim: @echo "Starting the simulation!" uv run python simulation.py test: @echo "Try to run all the tests." uv run python -m unittest discover -v