Files
kittycad.py/kittycad/models/solid3d_get_opposite_edge.py

10 lines
179 B
Python
Raw Normal View History

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