Files
kittycad.py/kittycad/models/entity_make_helix_from_params.py

8 lines
215 B
Python
Raw Normal View History

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