mirror of
https://github.com/ChronosX88/PyNesca.git
synced 2024-11-22 13:12:18 +00:00
3 lines
77 B
Python
3 lines
77 B
Python
def ipv4tostring(ip:"ipv4") -> {"ipv4_str"}:
|
|
return {"ipv4_str":str(ip)}
|