Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Fecha:
- __slots__ = ['aghnio', 'mes', 'dia']
- def __init__(self, aghnio, mes, dia):
- self.aghnio = aghnio
- self.mes = mes
- self.dia = dia
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement