Source code for kittycad.models.solid3d_fillet_edge

from pydantic import BaseModel, ConfigDict


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