diff --git a/helper/helper.py b/helper/helper.py index e14cb34..2c3a2da 100644 --- a/helper/helper.py +++ b/helper/helper.py @@ -42,4 +42,4 @@ def install(name:str, Packages:list): print(f"\n{color.green}Success:{color.white} Successfully installed {name}.") except Exception as e: - raise Exception(f"{color.red}{e}") \ No newline at end of file + raise Exception(f"{color.red}{e}")