Source code for kittycad.models.edit_mode_enter
from pydantic import BaseModel, ConfigDict
[docs]
class EditModeEnter(BaseModel):
"""The response from the `EditModeEnter` endpoint."""
model_config = ConfigDict(protected_namespaces=())
from pydantic import BaseModel, ConfigDict
[docs]
class EditModeEnter(BaseModel):
"""The response from the `EditModeEnter` endpoint."""
model_config = ConfigDict(protected_namespaces=())