Update api spec (#162)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
3
kittycad/models/uuid_binary.py
Normal file
3
kittycad/models/uuid_binary.py
Normal file
@ -0,0 +1,3 @@
|
||||
class UuidBinary(str):
|
||||
def __str__(self) -> str:
|
||||
return self
|
Reference in New Issue
Block a user