class a:
def __int__(self): self.b = b() def main(self): print(\'a\') self.b.main()
class b:
def __int__(self):