
public class GraphReader{
    public static Graph readGraph() {
    	return new ImpGraph(5);
    }
}
