Start adding decorator
This commit is contained in:
parent
8c938e170b
commit
4966a776ed
1 changed files with 4 additions and 0 deletions
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue