In some of the notes, there are examples of subclassing from object: ``` class Point(object) ``` left over from Python2 -- these should be cleaned up.