from typing import Tuple, List, Dict
class antilag:
pass
class Attributes(antilag):
@property
def contact(self) -> Tuple[str, str, str]:
telegram = "t.me/antilaggvip"
discord = "antilagvip"
return telegram, discord
@property
def life(self) -> Tuple[List[str], int]:
langs = ['Turkish', 'English']
age = 17
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python'],
'intermediate': ['js'],
'learning' : ['go']
}
specialities = ['app rev engineering/']
ide = ['vscode', 'intellij']
pc = {
'dual_boot': {
'Linux - EndeavourOS': {
'WM' : 'Hyprland',
'processor': 'AMD Ryzen 5 5600 | 6 cores',
'ram' : '16GB',
'gpu' : 'NVIDIA GTX 1060 | 6g'
},
'Windows 11': {
'purpose': 'gaming / analyze'
}
}
}
return langs, specialities, ide, pc
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.