Source code for kittycad.models.enable_sketch_mode
from .base import KittyCadBaseModel
[docs]
class EnableSketchMode(KittyCadBaseModel):
"""The response from the `EnableSketchMode` endpoint."""
from .base import KittyCadBaseModel
[docs]
class EnableSketchMode(KittyCadBaseModel):
"""The response from the `EnableSketchMode` endpoint."""