from GitHub import ReadMe
class About(ReadMe):
"/Zardex1337/zardex1337/README.md"
def __init__(self):
self.username = "Zardex"
self.contacts = {
"Discord": "zardex#1337",
"Bio": "solo.to/Zardex"
}
self.alises = [
"Zardex",
"Zardex1337"
]
self.operating_system = "Windows"