def WhoAmI(self):
''' Try to get a definition of myself '''
me_myself_and_i = {
"email" : "hello@avcreation.fr",
"cv" : "You want it ? =>", #[Take It !](/media/user_files/cv.pdf)
"phone" : "06.86.25.86.31",
"cartesian" : "80%",
"perserverent" : "Yes, I can !",
"perfectionnist" : "Try again",
"sociable" : "You talkin' to me ?"
}
return me_myself_and_i











