Files
kittycad.py/kittycad/models/default_camera_set_perspective.py

8 lines
219 B
Python
Raw Normal View History

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