Files
chatgpt-on-wechat/agent/tools/grep/__init__.py
2026-01-30 09:53:46 +08:00

4 lines
43 B
Python

from .grep import Grep
__all__ = ['Grep']