Source code for kittycad.models.entity_get_num_children

from .base import KittyCadBaseModel


[docs] class EntityGetNumChildren(KittyCadBaseModel): """The response from the `EntityGetNumChildren` command.""" num: int