Skip to content
View xKiian's full-sized avatar
🥶
🥶
Block or Report

Block or report xKiian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xKiian/README.md

Profile Views Followers Stars

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

  1. Hyperion-deobfuscator Hyperion-deobfuscator Public

    Fully deobfuscate hyperion by Billythegoat356 lmao

    Python 39 10

  2. Polonium Polonium Public

    Check python code for malicious code or packages

    Python 25 2

  3. Tiktok-archive Tiktok-archive Public

    Tiktok Archive | Every Tiktok apk you need

    14 1