Files
kittycad.py/kittycad/models/scene_clear_all.py

8 lines
191 B
Python
Raw Normal View History

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