Source code for kittycad.models.solid3d_shell_face
from .base import KittyCadBaseModel
[docs]
class Solid3dShellFace(KittyCadBaseModel):
"""The response from the `Solid3dShellFace` endpoint."""
from .base import KittyCadBaseModel
[docs]
class Solid3dShellFace(KittyCadBaseModel):
"""The response from the `Solid3dShellFace` endpoint."""