workflow_arena / grade /task_medium
Cyber-Machine's picture
feat: implement grading system with task definitions and score extraction
b522b5c verified
raw
history blame contribute delete
93 Bytes
#!/usr/bin/env python3
from common import emit_grade
raise SystemExit(emit_grade("medium"))