103
103
def loads(self, snoteset):
104
104
"""Loads notes into their respective objects"""
109
106
self.properties = notes.get("properties", {})
110
107
self.categories = notes.get("categories", {})
111
108
self.notes = [Note(note, gui_class=self.gui_class, noteset=self)