░█████╗░██████╗░██╗████████╗██╗░░░██╗░█████╗░ ░██████╗██╗███╗░░██╗░██████╗░██╗░░██╗
██╔══██╗██╔══██╗██║╚══██╔══╝╚██╗░██╔╝██╔══██╗ ██╔════╝██║████╗░██║██╔════╝░██║░░██║
███████║██║░░██║██║░░░██║░░░░╚████╔╝░███████║ ╚█████╗░██║██╔██╗██║██║░░██╗░███████║
██╔══██║██║░░██║██║░░░██║░░░░░╚██╔╝░░██╔══██║ ░╚═══██╗██║██║╚████║██║░░╚██╗██╔══██║
██║░░██║██████╔╝██║░░░██║░░░░░░██║░░░██║░░██║ ██████╔╝██║██║░╚███║╚██████╔╝██║░░██║
╚═╝░░╚═╝╚═════╝░╚═╝░░░╚═╝░░░░░╚═╝░░░╚═╝░░╚═╝ ╚═════╝░╚═╝╚═╝░░╚══╝░╚═════╝░╚═╝░░╚═╝
class AdityaSingh:
def __init__(self):
self.name = "Aditya Singh"
self.role = "Full-Stack Developer"
self.location = "India 🇮🇳"
self.passions = ["Machine Learning", "Android Dev", "Web Solutions"]
self.contact = "https://www.linkedin.com/in/aditya8787/"
self.open_source = True
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together 🚀")
me = AdityaSingh()
me.say_hi()⭐ If you like what I build, consider starring my repos!
"Code is poetry written for machines to execute and humans to admire."

