I\'m trying to create a base class with a number of abstract python properties, in python 3.7.
I tried it one way (see \'start\' below) using the @property, @abstract