Take a look at my repositories and feel free to contact me if you have any questions. I am always happy to help.
#!/usr/bin/python
# -*- coding: utf-8 -*-
class AboutMe(object):
def __init__(self):
self.name = "Schoggi Mimi"
# self.location = "Switzerland"
me = AboutMe()
