Hi there 👋
class mqliang:
def __init__(self):
self.nickname = 'mqliang'
self.skill = ['Java', 'Golang', 'C++', 'Python']
def communication(self):
email = '[email protected]'
wechat = 'echo -n ''aGFwcHltcWxpYW5nCg=='' | base64 -d'


