CryonicsX / CryonicsX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

from GitHub import ReadMe

class cryonicx(ReadMe):
     """https://github.com/CryonicsX"""
    def __init__(self):
        self.username = "cryonicx"
        self.contacts = {
            "Telegram": "@cryonicx",
            "Whatsapp": "+44 7342 514334"
        }
        self.location = "World"
        self.age = "18"

About