Files
kittycad.py/kittycad/models/modeling_session_data.py
zoo-github-actions-auth[bot] e6d46fd6dc Update api spec (#260)
* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-23 13:21:00 -07:00

12 lines
204 B
Python

from pydantic import BaseModel, ConfigDict
class ModelingSessionData(BaseModel):
"""Successful Websocket response."""
api_call_id: str
model_config = ConfigDict(protected_namespaces=())