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