__init__.py 94 B

123
  1. from .cmd import check_tool_installed, run_cmd
  2. __all__ = ['run_cmd', 'check_tool_installed']