package chain_project;

public class PresidentUnit extends Unit {
	
	public PresidentUnit(){
		super("President","giving speechs");
	}

}
