Files
kittycad.py/kittycad/models/set_default_system_properties.py

8 lines
217 B
Python
Raw Normal View History

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