Source code for kittycad.models.entity_make_helix_from_edge

from pydantic import BaseModel, ConfigDict


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