hackathon / tasks /__init__.py
suhaas-code
updated all files
d6c1540
raw
history blame contribute delete
56 Bytes
from .graders import grade_all
__all__ = ["grade_all"]