Source code for kittycad.models.end_execution

from .base import KittyCadBaseModel


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