package name.panitz.fun4u.machine;

public interface Instruction {

	void execute(Kellermaschine kellermaschine);

}
