import graphlib.graphs.UndirectedGraph; public interface TweeKleuringZoeker { TweeKleuring kleur(UndirectedGraph graph); }