Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kishyassin/kishyassin

Config files for my GitHub profile.
https://github.com/kishyassin/kishyassin

config github-config

Last synced: 1 day ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

        


Kich Yassine Banner


Hi, I'm Yassine




```python
class Supreme():

def __init__(self):
self.name = "Kich Yassine"
self.username = "kishyassin"
self.instagram = "@kishyassin"

def __str__(self):
return self.name

if __name__ == '__main__':
me = Supreme()
```