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