I need to create multiple directed graph with two nodes 0 and 1 and three edges between them: one from 0 to 1 and two from 1 to 0. I need to do it with networkx library and its