Files
kittycad.py/kittycad/models/entity_get_parent_id.py

10 lines
174 B
Python
Raw Normal View History

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