#!/usr/bin/env python
import pydoc
import re
print(pydoc.render_doc(re.findall))
