#!/usr/bin/env python3
class Kls(object):
def __init__(self, data=None):
self.data = data
def printd(s
2017-08-07