def header(text): """ Formats text as header """ return PrettyPrinter._format(PrettyPrinter.Colors.HEADER, text)