From 21687405805b95bb2af449ec943f6c3f537e6b0e Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 19 Apr 2025 00:44:16 +0100 Subject: [PATCH] add base module and re-export for frame operations --- src/frame/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frame/mod.rs b/src/frame/mod.rs index feb262b..550fcea 100644 --- a/src/frame/mod.rs +++ b/src/frame/mod.rs @@ -1 +1,3 @@ -pub mod mat; \ No newline at end of file +pub mod base; + +pub use base::*; \ No newline at end of file