Source code for kittycad.models.get_entity_type
from ..models.entity_type import EntityType
from .base import KittyCadBaseModel
[docs]
class GetEntityType(KittyCadBaseModel):
"""The response from the `GetEntityType` command."""
entity_type: EntityType