class Salomon:
"""Base class for this profile"""
pass
class Personality:
@property
def contact(self):
telegram = "https://suivis.t.me/"
discord = "@o3dq | @o4dq | @o5dq"
twitter = "@juzothrope"
return telegram, discord, twitter
@property
def human(self):
age = 15
langs = [
"French",
"English",
"Spanish (🤥)"
]
return age, langs
@property
def code(self):
langs = [
"python (expert)",
"javascript (intermediate)",
"go(lang) (learning)"
]
return langs
|| I'm a simp. ||