from typing import Tuple, List, Dict
class Mar:
pass
class Attributes(Mar):
@property
def contact(self) -> Tuple[str, str, str]:
discord = "https://discord.gg/starscripts"
email = "[email protected]"
return email, discord
@property
def life(self) -> Tuple[List[str], int]:
langs = ['Dutch', 'Arabic', 'English']
country = ['Netherlands', 'Morocco']
return langs, country
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python', 'lua'],
'intermediate': ['go', 'js'],
'learning' : ['c', 'c++', 'c#']
}
specialities = ['web/app reverse engineering', 'ai', 'fivem']
ide = ['vscode', 'intellij']
return langs, specialities, ide
Highlights
Popular repositories Loading
-
-
txAdmin
txAdmin PublicForked from tabarra/txAdmin
The official FiveM server management platform used by over 23k servers!
TypeScript
-
-
-
-
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.