Files
kittycad.py/kittycad/models/default_camera_set_orthographic.py

8 lines
221 B
Python
Raw Normal View History

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