def info(text): """ Formats text as info """ return PrettyPrinter._format(PrettyPrinter.Colors.LIGHT_YELLOW, text)