class Chronic::Season

def initialize(myStart, myEnd)

def initialize(myStart, myEnd)
  @start = myStart
  @end = myEnd
end