class WhoAmI:
legal_name = 'Ignacio Macnilla'
username = 'naxtyn'
timezone = 'CET'
aem_developer_certified = true
aem_architect_certified = true
aem_trainer = true
current_tv_serie = 'The Witcher'
camera = 'Sony A7C'
hobbies = [
'Comics',
'Forza 5',
'Photography',
'Chilling'
]
def getCity():
return Madrid_Spain()