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