package net.armooo.locationlog.importer; import java.util.List; public interface Importer { public List<Point> getPoints(); }