Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kishyassin/kishyassin
- Owner: kishyassin
- Created: 2024-06-04T13:26:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T17:23:54.000Z (about 2 months ago)
- Last Synced: 2024-11-19T18:34:21.791Z (about 2 months ago)
- Topics: config, github-config
- Homepage: https://github.com/kishyassin
- Size: 5.86 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.nameif __name__ == '__main__':
me = Supreme()
```