issues
search
adamteddychang
/
catalog-of-my-things
2
stars
1
forks
source link
Implement add_item method in Label class (team1)
#15
Closed
adamteddychang
closed
2 years ago
adamteddychang
commented
2 years ago
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)