
public interface Instruction {

	void execute(Kellermaschine kellermaschine);

}
