Files
simple-travel-backend/core/apps/tickets/validators/hotel.py
2025-09-19 15:19:32 +05:00

9 lines
150 B
Python

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