module(g) class A(dict): def __getitem__(self,k): pk(k) return super().__getitem__(k) __all__= ['A']