Source code for kittycad.models.begin_execution

from .base import KittyCadBaseModel


[docs] class BeginExecution(KittyCadBaseModel): """The response from the 'BeginExecution'."""