#!/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
Pinned Loading
-
MessageGuardianBot
MessageGuardianBot Public🛡️✉️ Message Guardian Bot is a Telegram bot that safeguards group messages by tracking edits and deletions, ensuring no message is lost. Built with telethon and SQLAlchemy, it offers seamless manag…
Python
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.


