Ask user for package install

This commit is contained in:
ItsDrike 2020-10-22 19:37:47 +02:00
parent 4e28223284
commit 86317465ce
No known key found for this signature in database
GPG key ID: F4E8FF4F6AC7F3B4
2 changed files with 12 additions and 2 deletions

View file

@ -18,7 +18,7 @@ class Print:
def err(text: str) -> None:
"""Print syntax for error"""
print(f"{Color.RED} !! {text}{Color.RESET}")
print(f"\n{Color.RED} !! {text}{Color.RESET}")
def cancel(text: str) -> None:
"""Print syntax for cancellation"""