feat(grader): add python grader with pyproject.toml and main script

This commit is contained in:
2025-08-18 16:00:38 +02:00
commit 8adaeaa656
4 changed files with 75 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "grader"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"opencv-python>=4.12.0.88",
]