Files
backend-v1/core/apps/evaluation/validators/vehicle.py
2026-02-13 15:38:13 +05:00

9 lines
152 B
Python

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