Files
kittycad.py/kittycad/models/uuid.py

5 lines
59 B
Python
Raw Normal View History

class Uuid(str):
def __str__(self) -> str:
return self