Re-publish AppendGraph and Graph in models

This commit is contained in:
2026-07-03 21:49:28 +02:00
parent 6a0c426c77
commit 2d400628f7
6 changed files with 15 additions and 12 deletions
+3
View File
@@ -1,2 +1,5 @@
pub mod append_graph;
pub mod graph;
pub use append_graph::AppendGraph;
pub use graph::Graph;