Source code for kittycad.models.extrude

from pydantic import BaseModel, ConfigDict


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