mirror of
https://github.com/Xevion/Xevion.git
synced 2025-12-15 02:13:50 -06:00
Update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
```python
|
||||
from life.species import Human
|
||||
from skills import python, javascript, csharp, html, css, other
|
||||
from skills import python, java, javascript, csharp, html, css, other
|
||||
from datetime import date
|
||||
from random import choices
|
||||
from os import getenv
|
||||
@@ -22,6 +22,9 @@ class RyanWalters(Human):
|
||||
python.Spotipy, python.PyQt5, python.Tkinter, python.PySimpleGUI, python.Click,
|
||||
python.Arcade, python.Processingpy, python.SQLAlchemy
|
||||
],
|
||||
'java': [
|
||||
java.Kotlin, java.Android
|
||||
],
|
||||
'javascript': [
|
||||
javascript.JQuery, javascript.VueJS
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user