Source code for kittycad.models.path_get_curve_uuid
from .base import KittyCadBaseModel
[docs]
class PathGetCurveUuid(KittyCadBaseModel):
"""The response from the `PathGetCurveUuid` command."""
curve_id: str
from .base import KittyCadBaseModel
[docs]
class PathGetCurveUuid(KittyCadBaseModel):
"""The response from the `PathGetCurveUuid` command."""
curve_id: str