COT.install_helpers module¶
Implements “install-helpers” command.
-
class
COTInstallHelpers(ui)[source]¶ Bases:
COT.submodule.COTGenericSubmoduleInstall all helper tools that COT requires.
Inherited attributes:
ui,package,output-
__init__(ui)[source]¶ Instantiate this submodule with the given UI.
Parameters: ui (UI) – User interface instance.
-