from abc import ABCMeta, abstractmethod
class xKian(metaclass=ABCMeta):
@staticmethod
@abstractmethod
def contact():
discord = ".xkian"
return discord
class Attributes(xKian):
@staticmethod
def life() -> tuple:
langs = ("German", "English")
return langs
@staticmethod
def coding() -> tuple:
text_editor = ["vscode", "Goland", "Pycharm"]
specialities = ["reverse engineering", "automation"]
langs = {
"pro": "python",
"intermediate": "go, c++",
"learning": "rust"
}
return langs, specialities, text_editor
Pinned Loading
-
cloudflare-jsd
cloudflare-jsd PublicBypass Cloudflare's /h/b/jsd challenge using 100% python
-
GeekedTest
GeekedTest PublicGeetest v4 slide, gobang & ai solver - 100% python implementation - no browser needed
-
Hyperion-deobfuscator
Hyperion-deobfuscator PublicFully deobfuscate hyperion by Billythegoat356 lmao
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.