Files
kittycad.py/kittycad/models/entity_get_num_children.py
Jess Frazelle faaeb3a472 pydantic
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2023-11-29 00:39:14 -08:00

10 lines
152 B
Python

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