Gotta write a class that every instance has the same state
class Mockup: __slots__=(\'A\',\'B\',\'C\',\'state\') def __init__(self,A,B,C): self.A=