Files
kittycad.py/kittycad/models/revolve_about_edge.py

8 lines
197 B
Python
Raw Normal View History

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