Source code for kittycad.models.query_entity_type
from ..models.entity_reference import EntityReference
from .base import KittyCadBaseModel
[docs]
class QueryEntityType(KittyCadBaseModel):
"""The response from the `QueryEntityType` command."""
reference: EntityReference