def __init__(self, day, month, year, hour):
     Date.__init__(self, day, month, year)
     self.hour = Hour(hour)
Ejemplo n.º 2
0
 def __init__(self):
     Date.__init__(self)