I want to dynamically create a class with inheritance, e.g. for a Mixin.
Something like
class A(object): def __init__(self): print(\'A\', s