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