class B: pass class A(B): __slots__ = "" def __getattribute__(self, item): pass