Files

9 lines
159 B
Python

# from django.core.exceptions import ValidationError
class AutoevaluationValidator:
def __init__(self): ...
def __call__(self):
return True