Пример #1
0
def clusterFromFile(path):
	ct = ClusterTool()
	ct.loadGraph(path)
	ct.g.buildClusters()
	ct.saveClusters(path)