Files
kittycad.py/kittycad/models/highlight_set_entities.py

8 lines
205 B
Python
Raw Normal View History

from pydantic import BaseModel, ConfigDict
class HighlightSetEntities(BaseModel):
"""The response from the `HighlightSetEntities` endpoint."""
model_config = ConfigDict(protected_namespaces=())