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

10 lines
154 B
Python

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