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.