Source code for kittycad.models.select_add

from pydantic import BaseModel, ConfigDict


[docs] class SelectAdd(BaseModel): """The response from the `SelectAdd` endpoint.""" model_config = ConfigDict(protected_namespaces=())