webrl/VAB-WebArena-Lite/new/html_tools/__init__.py
2024-11-14 15:51:41 +08:00

7 lines
232 B
Python
Executable File

from .identifier import IdentifierTool
from .prompt import HtmlPrompt
from .html_parser import HtmlParser
from .utils import print_html_object
from .configs import basic_attrs, mind2web_keep_attrs
from .fetch import get_parsed_html