#!/bin/sh
"exec" "$(dirname $0)/python3.12" "$0" "$@"

import pydoc
if __name__ == '__main__':
    pydoc.cli()
