Staging
v0.8.1
Revision 5927786e61c62bd6b28031f5f9b851411cf1cb00 authored by Barry Warsaw on 01 October 2008, 22:05:43 UTC, committed by Barry Warsaw on 01 October 2008, 22:05:43 UTC
1 parent afa1436
Raw File
pydoc
#!/usr/bin/env python

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