mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
6 lines
103 B
Python
6 lines
103 B
Python
|
"""Shell tool."""
|
||
|
|
||
|
from langchain_community.tools.shell.tool import ShellTool
|
||
|
|
||
|
__all__ = ["ShellTool"]
|