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

10 lines
152 B
Python
Raw Normal View History

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