class GitHub(Profile):
def __init__(self) -> None:
super().__init__()
self.github: dict = {
"profile": "https://github.com/ArticOff/",
"website": "https://articoff.github.io/"
}
self.discord: dict = {
"account": "@articoffi"
}
self.me: dict = {
"age": 17,
"working_on": "M4MB4"
}
returnArticOff/ArticOff
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|