docs: cambio descripcion de PR para que solo contenga los commits

This commit is contained in:
jt
2025-11-02 13:54:55 -03:00
parent e275985fc1
commit 1de6a64176
2 changed files with 25 additions and 19 deletions
+3
View File
@@ -54,6 +54,9 @@ def print_error(message: str):
def print_warning(message: str):
print(f"{COLOR_YELLOW}[wrn] {message}{COLOR_RESET}")
def print_success(message: str):
print(f"{COLOR_GREEN}[ok!] {message}{COLOR_RESET}")
def print_info(message: str):
print(f"{COLOR_BLUE}[inf] {message}{COLOR_RESET}")