Source code for kittycad.models.edge_lines_visible

from .base import KittyCadBaseModel


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