8 lines
143 B
Python
8 lines
143 B
Python
"""
|
|
Cross-validation module for verifying field extraction using LLM.
|
|
"""
|
|
|
|
from .llm_validator import LLMValidator
|
|
|
|
__all__ = ['LLMValidator']
|