Contents:
from .base import KittyCadBaseModel [docs] class Color(KittyCadBaseModel): """An RGBA color""" a: float b: float g: float r: float