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