8 lines
165 B
Python
Executable File
8 lines
165 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from topology.topo import Topology
|
|
|
|
if __name__ == '__main__':
|
|
topology = Topology()
|
|
topology.render()
|
|
topology.get_dns_records() |