diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ pub mod system { pub mod sheet_system { pub use sheet_system::*; } + + pub mod storage_system { + pub use storage_system::*; + } } pub mod utils { |
