#!/usr/bin/python
class SoftwareEngineer:
def __init__(self):
self.name = "Yuliy Mitryashkin"
self.role = "Backend Software Engineer"
self.language_spoken = ["ru_RU", "en_US"]
def __str__(self):
return "Thanks for dropping by, hope you find some of my work interesting."
me = SoftwareEngineer()
print(me)
- Russia
- vk.com/jmiki
- @JM1k1
Popular repositories Loading
-
-
-
-
Shadowsocks-V2Ray
Shadowsocks-V2Ray PublicForked from aditya-shri/VPN
Personal vpn using v2ray and shadowsocks hosted on heroku
Shell
-
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.