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