package pl.shockah.shocky.interfaces; import java.util.Map; public interface IFactoidRegistry { Map<String,String> getMap(); }