Source code for kittycad.models.loft

from .base import KittyCadBaseModel


[docs] class Loft(KittyCadBaseModel): """The response from the `Loft` command.""" solid_id: str