Source code for kittycad.models.entity_make_helix
from pydantic import BaseModel, ConfigDict
[docs]
class EntityMakeHelix(BaseModel):
"""The response from the `EntityMakeHelix` endpoint."""
model_config = ConfigDict(protected_namespaces=())