from abc import ABCMeta, abstractstaticmethod
class Mir0xE(metaclass=ABCMeta):
@abstractstaticmethod
def contact():
return ["discord", "telegram", "root-me"]
@abstractstaticmethod
def life():
return self.coding()
@abstractstaticmethod
def coding():
pass
class Attributes(Mir0xE):
@staticmethod
def contact() -> tuple:
discord: str = "empereur_miro"
telegram: str = "EmpereurMiro"
root-me: str = "Mir0xE"
return discord, telegram, root-me
@staticmethod
def life() -> tuple:
langs = ("French", "English")
return langs
@staticmethod
def coding() -> tuple:
text_editor = "notepad"
specialities = ["social engineering", "monitor"]
langs = {"pro": "french", "intermediate": "python", "learning": "go"}
return langs, specialities, text_editor
🏴☠️
bugbounty
this is not my cat
-
pentagone
- paris
-
20:54
(UTC -07:00) - https://www.root-me.org/Miro-sh
Pinned Loading
-
animesama-cli
animesama-cli PublicA CLI to browse and watch anime from anime-sama.fr (in French dub and with subtitles).
-
NameMC-Boost
NameMC-Boost PublicExtension for the website NameMC.com | Not affiliate with NameMC.com | Steroid for NameMC | Currently in developpement ... | Contact : @empereur_miro (Disocrd)
JavaScript 9
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.