Files
chatgpt-on-wechat/agent/tools/web_fetch/__init__.py
2026-01-30 14:27:03 +08:00

4 lines
56 B
Python

from .web_fetch import WebFetch
__all__ = ['WebFetch']