5 lines
70 B
Python
5 lines
70 B
Python
![]() |
class IpAddr(str):
|
||
|
|
||
|
def __str__(self) -> str:
|
||
|
return self
|