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