mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-17 09:05:38 +00:00
Use only Python
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Skill:
|
||||
def __init__(self, name: str, url: str):
|
||||
self.name = name
|
||||
self.url = url
|
||||
|
||||
def __str__(self):
|
||||
return f""
|
||||
|
||||
def __repr__(self):
|
||||
return f""
|
||||
Reference in New Issue
Block a user