public interface Dukes {
	final String HUNGRYDUKE = "h";
	final String RIGHTSPOONDUKE = "r";
	final String BOTHSPOONSDUKE = "b";
}

