Source code for kittycad.models.entity_mirror

from pydantic import BaseModel, ConfigDict


[docs] class EntityMirror(BaseModel): """The response from the `EntityMirror` endpoint.""" model_config = ConfigDict(protected_namespaces=())