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