package market.guess; public interface OutputProvider { void print(Object object); void println(Object object); }