from abc import ABCMeta, abstractstaticmethod
class IxKian(metaclass=ABCMeta):
@abstractstaticmethod
def contact():
return
@abstractstaticmethod
def life():
return self.coding()
@abstractstaticmethod
def coding():
pass
class Attributes(IxKian):
@staticmethod
def life() -> tuple:
langs = ("German", "English")
return langs
@staticmethod
def coding() -> tuple:
text_editor = "vscode"
specialities = ["reverse engineering", "automation"]
langs = {"pro": "python", "intermediate": "go, c++", "learning": "js"}
return langs, specialities, text_editor
Pinned Loading
-
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.