File size: 93 Bytes
129cd69
 
 
 
 
1
2
3
4
5
6
"""Shell tool."""

from langchain.tools.shell.tool import ShellTool

__all__ = ["ShellTool"]