package mhcgp;

/** 
 *  Package mhcgp <br>
 *  class Nose <p>
 *
 *  author mhc<p>
 *  This is simple.  The only thing that I want to control is my color.
 */

public class Nose extends GP.Graphics.FilledRectangle {

  public Nose(GP.Container container) {
    super(container);
    this.SetColor(new GP.Attributes.Colors.Black());
  }

}
