def pl_bold(text): """ Prints text formatted as bold with newline in the end """ sys.stdout.write(u"{}\n".format(PrettyPrinter.bold(text)))