package fr.keemto.core.fetching; import fr.keemto.core.Task; public interface FetchingTask extends Task { }