Files
kittycad.py/kittycad/models/take_snapshot.py

9 lines
161 B
Python
Raw Normal View History

from pydantic import Base64Bytes, BaseModel
class TakeSnapshot(BaseModel):
"""The response from the `TakeSnapshot` command."""
contents: Base64Bytes