Source code for kittycad.models.enable_dry_run

from .base import KittyCadBaseModel


[docs] class EnableDryRun(KittyCadBaseModel): """The response from the `EnableDryRun` endpoint."""