class Profile:
def __init__(self):
self.name = "Martin 马丁"
self.company = "Development Seed"
self.role = "Software Engineer"
self.code = ["PHP", "Javascript", "Python"]
self.tools = ["Laravel", "Codeigniter", "WordPress"]
self.use = ["vscode", "pycharm", "NuSphere"]
self.love = "Coding ..."
self.dark_mode = False
me = Profile()
I may be slow to respond.
Popular repositories Loading
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.