Source code for kittycad.models.sketch_mode_disable
from pydantic import BaseModel, ConfigDict
[docs]
class SketchModeDisable(BaseModel):
"""The response from the `SketchModeDisable` endpoint."""
model_config = ConfigDict(protected_namespaces=())