class Me:
        def __init__(self):
            self.name = "ruoqi"
            self.prefer_name = "ruoqi"
            self.born_year = 1997
            self.height = 160
            self.hometown = "Lanzhou, Gansu, CN"
            self.grad_school = "Queen's U"
            self.undergrad_school = "Lanzhou U, UM"
            self.curr_location = "kingston, ON, CA"

        def favs(self):
            self.fav_sport = "cycling, ping-pang"
            self.fav_color = "Linkin park; sekai no owari"
            self.fav_band = "blue, yellow"
            self.fav_city = "Xi'an"


        def contact_info(self):
            self.github = "ruoqi28"
            self.instagram = "xx"
            self.linkedin = "xx"
            self.wechat = "xx"
            self.weibo = "xx"
            self.strava = "xx"
            self.zwift = "xx"