Source code for kittycad.models.set_tool

from pydantic import BaseModel, ConfigDict


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