Source code for kittycad.models.disable_dry_run

from pydantic import BaseModel, ConfigDict


[docs] class DisableDryRun(BaseModel): """The response from the `DisableDryRun` endpoint.""" model_config = ConfigDict(protected_namespaces=())