Source code for kittycad.models.edge_lines_visible
from pydantic import BaseModel, ConfigDict
[docs]
class EdgeLinesVisible(BaseModel):
"""The response from the `EdgeLinesVisible` endpoint."""
model_config = ConfigDict(protected_namespaces=())