Extract generic model writes into yaak::models_ops (#552)

This commit is contained in:
Gregory Schier
2026-08-15 11:01:41 -07:00
committed by GitHub
parent b31c066717
commit 93001e3da7
3 changed files with 93 additions and 56 deletions
+1
View File
@@ -1,6 +1,7 @@
pub mod error;
pub mod export;
pub mod import;
pub mod models_ops;
pub mod plugin_events;
pub mod render;
pub mod send;