Files
backend-v1/core/apps/evaluation/validators/customer.py

16 lines
258 B
Python

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