blob: e7d7109bfac8a7c99d4449e9b4635a7103b72fdf [file] [log] [blame]
from b import B
class C(B):
def __init__(self):
super(C, self).__init__()