diff --git a/install.py b/install.py index 070b3f7..ad6f0a7 100755 --- a/install.py +++ b/install.py @@ -15,6 +15,10 @@ from path import Path # type: ignore from ruamel.yaml import YAML # type: ignore +def to_hide_or_not_to_hide() -> None: + """Decorator to handle output suppression of subprocess.run()""" + + class Installer: """Regroups all the installation methods listed in the yaml conf file."""