Files
kittycad.py/kittycad/models/entity_get_num_children.py

9 lines
151 B
Python
Raw Normal View History

from pydantic import BaseModel
class EntityGetNumChildren(BaseModel):
"""The response from the `EntityGetNumChildren` command."""
num: int