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