Hey there, I'm Kabir - alias BlakvGhost
![](https://camo.githubusercontent.com/9fd2c024a247a44434ed1c44c7c2fc2481e3333b4192330e2ae61ccfcac19d47/68747470733a2f2f656d6f6a69732e736c61636b6d6f6a69732e636f6d2f656d6f6a69732f696d616765732f313533313834393433302f343234362f626c6f622d73756e676c61737365732e6769663f31353331383439343330)
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()