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