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