8000 GitHub - xKiian/xKiian
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xKiian/xKiian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Total time coded since Feb 28 2023

Profile Views Followers Stars

GitHub Streak

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0