def __init__(self, year): self.year = year self.year_calendar = ( calendar.Calendar().yeardatescalendar(self.year, 12)[0] )