iLynette / catalog_of_things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[3pt] add_item method in the Author class

Tufahel opened this issue · comments

Pull reauest: #38

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)