Files
browser-use__browser-use/browser_use/tools/extraction/__init__.py
2026-01-31 17:41:42 -08:00

5 lines
213 B
Python

from browser_use.tools.extraction.schema_utils import schema_dict_to_pydantic_model
from browser_use.tools.extraction.views import ExtractionResult
__all__ = ['schema_dict_to_pydantic_model', 'ExtractionResult']