class Attributes(KonaN):
@staticmethod
def channels() -> str:
"""
Returns the Discord channel for professional communication.
:return: Discord channel link
"""
discord = "discord.gg/perdition-development-847892794710425631"
return discord
@staticmethod
def contact() -> str:
"""
Returns the preferred contact handle for professional inquiries.
:return: Discord handle
"""
discord = "kkonann"
return discord
@staticmethod
def life() -> tuple:
"""
Returns information about language proficiency and age.
:return: Tuple containing languages and age
"""
langs = ['Arabic', 'English', 'French']
age = 20
return langs, age
@staticmethod
def coding() -> tuple:
"""
Returns information about coding expertise, specialties, and development environment.
:return: Tuple containing languages, specialties, and development environment
"""
langs = {
'expert': ['python', 'js', 'lua'],
'intermediate': ['php', 'c++', 'c#'],
'learning': ['react', 'Machine Learning']
}
specialities = ['web/app reverse engineering', 'fullstack']
environnement = ['vscode']
return langs, specialities, environnement
🖤
May the eyes of cowards never sleep.
there's no place like 127.0.0.1
- Palestine
-
01:23
(UTC +01:00) - https://vyre.lol/konan
Highlights
- Pro
Popular repositories Loading
-
pac-AntiWeaponSpawn
pac-AntiWeaponSpawn Publicwe check every player weapon if selected and log him once the weapon, he is holding is not on his inventory
-
pac-ItemByJob
pac-ItemByJob Publicthis script log every user who use an item within a whitelisted job ( it help you catch gang members who use police & ems items ....)
-
-
PixelAnticheat
PixelAnticheat Publiceven some of his files where missing and the ac team didnt finish sending him so i remade them
-
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.