Source code for kittycad.models.enable_sketch_mode

from pydantic import BaseModel, ConfigDict


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