Source code for kittycad.models.start_path

from .base import KittyCadBaseModel


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