from typing import Tuple, List, Dict
class luphy:
pass
class Attributes(luphy):
@property
def contact(self) -> Tuple[str]:
discord = "https://discord.gg/62qGmsHQaX"
return discord,
@property
def life(self) -> Tuple[List[str], int]:
langs = ['French', 'English']
age = None
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
langs = {
'intermediate': ['python', 'js'],
'learning': ['go', 'c++', 'ruby']
}
specialities = ['web client/server side', 'pentest', 'ai']
ide = ['sublimetext']
return langs, specialities, ide
Popular repositories Loading
-
NodeSearch
NodeSearch Publica Python command-line tool that allows you to search for vulnerabilities (CVEs) and publicly available exploits from multiple sources:
Python 4
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.


