6 lines
109 B
Python
Executable File
6 lines
109 B
Python
Executable File
#!/tmpfs/src/git/out/python3/install/bin/python3.10
|
|
|
|
import pydoc
|
|
if __name__ == '__main__':
|
|
pydoc.cli()
|