Files
chatgpt-on-wechat/agent/tools/browser/__init__.py
2026-03-29 14:59:06 +08:00

4 lines
84 B
Python

from agent.tools.browser.browser_tool import BrowserTool
__all__ = ["BrowserTool"]