Is it possible in Python3 to create a TCP Socket handler class that can have multiple unique instances? I have 2 threaded TCP Socket servers that are providing unique information to the connected client. I am trying to make it so that ‘node 1’ socket server handler will provide only the data for ‘node 1’ while ‘node 2’ socket server