Files
kittycad.py/kittycad/models/entity_make_helix_from_edge.py

8 lines
211 B
Python
Raw Normal View History

from pydantic import BaseModel, ConfigDict
class EntityMakeHelixFromEdge(BaseModel):
"""The response from the `EntityMakeHelixFromEdge` endpoint."""
model_config = ConfigDict(protected_namespaces=())