Files

16 lines
262 B
Python

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