I have the following code in Python:
class A(): def doSomething(self, bClass): print(bClass.theThing) class B(): def __init__(self, theThing)