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