Source code for kittycad.models.plane_set_color

from .base import KittyCadBaseModel


[docs] class PlaneSetColor(KittyCadBaseModel): """The response from the `PlaneSetColor` endpoint."""