5 lines
79 B
Python
Executable file
5 lines
79 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
import pydoc
|
|
if __name__ == '__main__':
|
|
pydoc.cli()
|