Source code for kittycad.models.plan_step

from .base import KittyCadBaseModel


[docs] class PlanStep(KittyCadBaseModel): """A step in the design plan.""" edit_instructions: str filepath_to_edit: str