how to get blue text in python code example
Example: python colored text in console
print(f"{bcolors.WARNING}Warning: No active frommets remain. Continue?{bcolors.ENDC}")
print(f"{bcolors.WARNING}Warning: No active frommets remain. Continue?{bcolors.ENDC}")