class Client(JohnDoe287):
def __init__(self) -> None:
self.description = "A guy who likes computers"
self.most_used_langs = ["Python"]
@staticmethod
async def contact() -> None:
telegram = "@terek3"
@staticmethod
async def life() -> None:
age = None
langs = ['French', 'English', 'Russian']
return langs, age
@staticmethod
async def coding() -> None:
learning = "python"
specialities = 'automation'
environment = 'vscode'
return learning, specialities, environment