feat: add new document and documentcategory model for auto evaluation detail

This commit is contained in:
xoliqberdiyev
2026-04-03 16:19:53 +05:00
parent 3664f8f66d
commit 12b19290d6
41 changed files with 681 additions and 26 deletions

View File

@@ -6,3 +6,10 @@ class ValuationdocumentValidator:
def __call__(self):
return True
class DocumentValidator:
def __init__(self): ...
def __call__(self):
return True