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
-
Notifications
You must be signed in to change notification settings - Fork 3
xKiian/xKiian
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published