@ -1,3 +1,4 @@
|
||||
class Uuid(str):
|
||||
def __str__(self) -> str:
|
||||
return self
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,4 @@
|
||||
class Uuid(str):
|
||||
def __str__(self) -> str:
|
||||
return self
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self
|
||||
|