offmark-py Environment # Dependencies pdm install # Virtual environment pdm venv list eval $(pdm venv activate your_venv_name) Run/Test cd tests python mark.py python detect.py python test.py Build pdm build