from typing import Tuple, List, Dict
class Sana:
pass
class Attributes(Sana):
@property
def contact(self) -> Tuple[str, str, str]:
telegram = "t.me/defoSana"
channel = "t.me/SanaVouches"
email = "haha@autotraffic.ca"
return telegram, channel, email
@property
def life(self) -> Tuple[List[str], int]:
langs = ['English', 'Money']
age = 19
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python'],
'intermediate': ['go', 'js'],
'learning' : ['c', 'c++', 'c#', 'asm', 'java', 'php]
}
specialities = ['web/app reverse engineering', 'fullstack', 'ai']
ide = ['vscode', 'visual studio tools']
pc = {
'MacOS': {
'macbook air m2': {
'processor': 'm2 | 8 cores',
'ram' : '8gb',
'gpu' : 'm2 | 8 cores'
}
},
'Windows': {
'custom': {
'processor': 'AMD ryzen 9 5900X | 12 cores',
'ram' : '16gb',
'gpu' : 'nvidia 3090 | 5888 CUDA cores'
}
}
}
return langs, specialities, ide, pc
-
Notifications
You must be signed in to change notification settings - Fork 0
SanaSins/SanaSins
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