Math3D Full Project API
    Preparing search index...

    Type Alias PythonVersionResponse

    PythonVersionResponse:
        | { ok: true; protocol: string; version: string }
        | { error: string; ok: false }