Add prelude #4

Merged
warrence merged 2 commits from feature/prelude into main 2026-07-07 11:45:42 +02:00
Showing only changes of commit bbd9506bbc - Show all commits
+4
View File
@@ -3,4 +3,8 @@ pub mod maps;
pub mod models;
pub mod traits;
pub mod prelude {
pub use crate::traits::{GraphTopology, GraphTopologyDeletion};
}
mod testing;