#!/bin/sh "exec" "$(dirname $0)/python3.9" "$0" "$@" import pydoc if __name__ == '__main__': pydoc.cli()