File size: 92 Bytes
45c94ac
 
 
 
 
1
2
3
4
5
6
"""CI/CD Doctor environment subpackage."""

from .grader import grade

__all__ = [ "grade"]