This is my first post

Trying out the awesome theme

def more_to_follow():
    print "More to follow soon..."

if __name__ == '__main__':
    more_to_follow()