Start adding decorator

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-05 16:17:17 +02:00
parent 8c938e170b
commit 4966a776ed

View file

@ -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."""