Source code for kittycad.models.highlight_set_entities

from .base import KittyCadBaseModel


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