class Me:
    def __init__(self):
        self.name = "Yassine Rodani"
        self.born_year = 2000
        self.hometown = "Tangier, Morocco"
        self.curr_location = "Strasbourg, France"
        self.grad_school = "ENSISA, Univeristy of Upper Alsace"
        self.degree = "Engineer's Degree"
        self.major = "Computer Science"
        self.specialization = "Machine Learning"
        self.interests = ["Human-Computer Interactions", "Explainable AI", "Football"]
        self.inspirations = ["Biotechnology", "Decentralized AI"]