class MohdMaazGani:
def __init__(self):
self.name = "Mohd Maaz Gani"
self.location = "India 🇮🇳"
self.role = "Full Stack Developer & AI Enthusiast"
self.languages = ["Python", "JavaScript", "Java", "C++", "TypeScript"]
self.interests = ["Web Dev", "Machine Learning", "DSA", "Open Source"]
self.currently = "Mastering DSA + diving into Flask/Django 🌱"
self.fun_fact = "I turn caffeine ☕ and code into AI-powered solutions 🚀"
def say_hi(self):
print("Thanks for stopping by! Let's build something awesome together.")
me = MohdMaazGani()
me.say_hi()---
📫 Let's build something cool → mohdmaazgani@gmail.com









