4 lines
73 B
Python
4 lines
73 B
Python
![]() |
class UuidBinary(str):
|
||
|
def __str__(self) -> str:
|
||
|
return self
|