I have two classes (A.py and B.py) defined as following
class AA(): def __init__(self): self.myvar="MSG from AA" def getvarA(self):