final-python-env / build /lib /graders /__init__.py
uvpatel7271's picture
Upload folder using huggingface_hub
8f40080 verified
raw
history blame contribute delete
121 Bytes
"""Deterministic graders for python_code_review_env."""
from .dispatch import grade_task
__all__ = ["grade_task"]