Files
kittycad.py/kittycad/models/ip_addr.py

5 lines
70 B
Python
Raw Normal View History

class IpAddr(str):
def __str__(self) -> str:
return self