def __init__(self, day, month, year, hour): Date.__init__(self, day, month, year) self.hour = Hour(hour)
def __init__(self): Date.__init__(self)