Source code for kittycad.models.make_offset_path

from typing import List

from .base import KittyCadBaseModel


[docs] class MakeOffsetPath(KittyCadBaseModel): """The response from the `MakeOffsetPath` command.""" entity_ids: List[str]