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

10 lines
152 B
Python
Raw Normal View History

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