Source code for kittycad.models.entity_get_index
from .base import KittyCadBaseModel
[docs]
class EntityGetIndex(KittyCadBaseModel):
"""The response from the `EntityGetIndex` command."""
entity_index: int
from .base import KittyCadBaseModel
[docs]
class EntityGetIndex(KittyCadBaseModel):
"""The response from the `EntityGetIndex` command."""
entity_index: int