Move AppendGraph to its own module

This commit is contained in:
2026-04-22 16:31:17 +02:00
parent a939f9b889
commit ee26b7a3e0
4 changed files with 394 additions and 396 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use grapherity::algorithms;
use grapherity::models::AppendGraph;
use grapherity::models::append_graph::AppendGraph;
use grapherity::traits::GraphTopology;
#[test]