def print_blue(*args): """""" raw = str(args) init(autoreset=True) print((Fore.CYAN + raw)) #----------------------------------------------------------------------