import json
from datetime import datetime
class sevenv1:
@staticmethod
def info():
return {
'Real Name': 'Lebron James',
'Age': datetime.now().year - 2008
}
@staticmethod
def socials():
return {
'GitHub': 'https://github.com/sevenv1',
'Youtube': 'https://www.youtube.com/@sevenv1',
'Discord': 'https://discord.com/users/741483338614964404',
'Current Project': 'https://buywebsites.store/'
}
print(json.dumps(sevenv1.info(), indent=4))
print(json.dumps(sevenv1.socials(), indent=4))
Pinned Loading
-
assetto-corsa-unlock-cars
assetto-corsa-unlock-cars PublicVERY simple open source unlock all cars python script for assetto corsa, works on every server.
Python 1
-
pystylist
pystylist PublicForked from billythegoat356/pystyle
Updated Version of pystyle, made by billythegoat356.
Python 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.