* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4 lines
73 B
Python
4 lines
73 B
Python
class UuidBinary(str):
|
|
def __str__(self) -> str:
|
|
return self
|