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