pydoc 79 Bytes DüzenleWeb IDE 1 2 3 4 5 #!/usr/bin/env python import pydoc if __name__ == '__main__': pydoc.cli()