I am making a little project for Neurons on replit. I made a class called Neurons. I set connections = []. I created a function called connect() to connect two Neurons via synapses. If one neuron fires, all of the other Neurons in the connections list would receive the signal. How could I make two different Objects in the same