class Mia():
def __init__(self):
self.name = "Mia Seriki";
self.username = "ayodeleseriki";
self.location = "Lagos, Nigeria";
self.twitter = "@techgirlxx";
self.web = "https://";
def __str__(self):
return self.name
if __name__ == '__main__':
me = Mia()
-
🔭 I’m currently working on DevOps projects
-
🌱 I’m currently learning Git, Linux, Kubernetes
-
👯 I’m looking to collaborate on open source projects
-
💬 Ask me about DevOps and SRE
-
⚡ Fun fact: I like to find problems and solve them