blob: 2454ab2d50f297a53f8f2017b4dd08767a63697a [file] [log] [blame]
class Parent2:
def doo(self):
pass
class Child2(Parent2):
CLASS_VAR = 42