kamrowcj0380 / Node_Based_Notes

A graph style text editor, using nodes to portray text files.
0 stars 0 forks source link

Add connections #9

Open kamrowcj0380 opened 3 days ago

kamrowcj0380 commented 3 days ago

A connection is a line drawn between two nodes that show a connection between the files. Implement 'connection' class and store connections in GraphManager object.