Source code for kittycad.models.entity_fade

from .base import KittyCadBaseModel


[docs] class EntityFade(KittyCadBaseModel): """The response from the `EntityFade` endpoint."""