Update api spec (#79)

* 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:
Jess Frazelle
2023-04-27 13:59:37 -07:00
committed by GitHub
parent b8d1f92872
commit 8877a3c146
30 changed files with 887 additions and 690 deletions

View File

@ -10,7 +10,6 @@ class FileExportFormat(str, Enum):
PLY = 'ply'
STEP = 'step'
STL = 'stl'
SVG = 'svg'
def __str__(self) -> str:
return str(self.value)