View file File name : pydoc3.10 Content :#!/usr/bin/python3.10 import pydoc if __name__ == '__main__': pydoc.cli()