1#!/tmpfs/src/git/out/python3/install/bin/python3.11 2 3import pydoc 4if __name__ == '__main__': 5 pydoc.cli() 6