Source code for kittycad.models.enable_dry_run

from pydantic import BaseModel, ConfigDict


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