Hey there, I'm Kabir - alias BlakvGhost
class BlakvGhost():
def __init__(self):
self.name = "Kabirou ALASSANE";
self.username = "BlakvGhost";
self.location = "Abomey-Calavi, Bénin";
self.twitter = "@BlakvGhost";
self.web = "https://username-blakvghost.com";
def __str__(self):
return self.name
if __name__ == '__main__':
me = BlakvGhost()