5 lines
48 B
Python
Executable File
5 lines
48 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import pydoc
|
|
pydoc.cli()
|