0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Tools/scripts/pydoc
2004-08-09 17:27:55 +00:00

6 lines
79 B
Python
Executable File

#!/usr/bin/env python
import pydoc
if __name__ == '__main__':
pydoc.cli()