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