class Me:
    def __init__(self):
        self.prefer_name = "小吴"
        self.born_year = 1999
        self.MBTI = "ISFJ"
        self.constellation = "摩羯"
        self.curr_location = "布鲁塞尔| 比利时"
        self.grad_school = "香港浸会大学"
        self.undergrad_school = "东北吃饭大学"