# library_not_using_super class A(object): def __init__(self): print "A", class B(object): def __init__(self): print "B",