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
-
Notifications
You must be signed in to change notification settings - Fork 0
antilagg/antilagg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published