Source code for kittycad.models.extend_path

from .base import KittyCadBaseModel


[docs] class ExtendPath(KittyCadBaseModel): """The response from the `ExtendPath` endpoint."""