public class Constants
{
    public static final int SPRING   = 0;
    public static final int FALL     = 1;
    

}
