package org.hwbot.bench.ui; public interface Output { void write(String string); void write(String string, boolean newline); }