5 lines
68 B
Python
5 lines
68 B
Python
class Uuid(str):
|
|
|
|
def __str__(self) -> str:
|
|
return self
|