mirror of
https://github.com/browser-use/browser-use.git
synced 2026-09-14 19:59:47 +08:00
5 lines
213 B
Python
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']
|