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