Files
2026-02-13 15:38:13 +05:00

9 lines
154 B
Python

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