package commons.graph;
public interface GraphInitializer
{

void newGraph (String root);
}
