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