Files
kittycad.py/kittycad/models/solid3d_get_opposite_edge.py
Jess Frazelle ed36086040 working samples
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2023-11-29 10:32:31 -08:00

10 lines
157 B
Python

from pydantic import BaseModel
class Solid3dGetOppositeEdge(BaseModel):
"""The response from the `Solid3dGetOppositeEdge` command."""
edge: str