Source code for kittycad.models.add_hole_from_offset

from typing import List

from .base import KittyCadBaseModel


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