┌──(TheKindDeveloper㉿root)-[~/devlab]
└─$ TheKindDeveloper.py
class TheKindDeveloper:
banana = []
bbc = []
def __TheKindDeveloper__(self) -> None:
self.about = {
'I mainly Program in Python',
'Owner of Bypass Tool (discontinued)'
}
def __my_socials__(self) -> None:
self.discord = "look down ∙"
self.github = "github.com/TheKindDeveloper"
self.other = ['i dont have any other socials :(']
def __langs__(self) -> banana:
self.langs = ['Python', 'Lua', '..']
def __projects__(self) -> bbc:
self.projects = ['...']
┌──(TheKindDeveloper㉿root)-[~/devlab]
└─$
print("hahahahaaahahahahha.")