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

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-11 13:14:58 -08:00

8 lines
175 B
Python

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