Source code for kittycad.models.move_path_pen

from .base import KittyCadBaseModel


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