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