[Connector] Allow the declaration of incomplete graph
When declaring a graph via the connector system, one as to define every connection.
The idea of this feature would be the user to let some connexion dangling.
Example :
x = aidge_core.Connector()
y = aidge_core.Mul(x, None)
I don't have a use case right now but htis may come in handy later ...