Staging
v0.5.1
Raw File
pydoc
#!/usr/bin/env python

import pydoc
if __name__ == '__main__':
    pydoc.cli()
back to top