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