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