Source code for kittycad.models.set_grid_reference_plane
from pydantic import BaseModel, ConfigDict
[docs]
class SetGridReferencePlane(BaseModel):
"""The response from the 'SetGridReferencePlane'."""
model_config = ConfigDict(protected_namespaces=())