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