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

* I have generated the latest API!

---------

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

8 lines
189 B
Python

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