From 485d04ea3184b1f8ac7e6e993cc804830883121b Mon Sep 17 00:00:00 2001 From: Rawleenc Date: Sat, 13 Jul 2024 12:35:46 +0200 Subject: [PATCH] style: reformat launcher --- launcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher.py b/launcher.py index 605b721..54ce535 100644 --- a/launcher.py +++ b/launcher.py @@ -38,6 +38,7 @@ PROMPT = "\033[1m" RESET = "\033[0m" + def print_step(message: str, clear: bool = True): """ A method to print a step message.