# For tests from Modeling.KeyValueCoding import KeyValueCoding class Book(KeyValueCoding): def __init__(self, title='No title'): self.title=title