SciDER / scider /tools /shell /__init__.py
leonardklin's picture
Upload 355 files
1499363 verified
Raw
History Blame Contribute Delete
139 Bytes
"""Shell tools."""
from ..registry import register_new_tool
from .run_bash_cmd import RunBashCmdTool
register_new_tool(RunBashCmdTool())