def light_purple(text): """ Formats text as light_purple """ return PrettyPrinter._format(PrettyPrinter.Colors.LIGTH_PURPLE, text)