COT.commands.install_helpers module¶
Implements "install-helpers" command.
-
class
COTInstallHelpers(ui)[source]¶ Bases:
COT.commands.command.CommandInstall all helper tools that COT requires.
Inherited attributes:
ui,-
__init__(ui)[source]¶ Instantiate this command with the given UI.
Parameters: ui (UI) -- User interface instance.
-