Currently, when we pass in circuits to the constructor, we have to pass them in as an Array of circuits. This is fine if there is more than one circuit.
It shouldn't be to hard to modify the constructor to be able to pass a single circuit without the need to wrap it in an array.
Currently, when we pass in circuits to the constructor, we have to pass them in as an Array of circuits. This is fine if there is more than one circuit.
It shouldn't be to hard to modify the constructor to be able to pass a single circuit without the need to wrap it in an array.