In Python, is there any way to declare a class-like interface with a list of attributes, other than namedtuple? I want to make a mixin from a list of attribute names. My best at