b2acf55
1
2
3
4
from src.utils.browser_tools import get_all_browser_tools tools = get_all_browser_tools() print([t.name for t in tools])