mgmediaweb/catalog-of-my-things

[2pt] Implement methods

Addisu87 opened this issue · 0 comments

Implement methods:
add_item method in the Author class
should take an instance of the Item class as an input
should add the input item to the collection of items
should add self as a property of the item object (by using the correct setter from the item object)