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