7 lines
65 B
Rust

// GEN PATHS HERE
mod inner;
pub mod common;
pub use inner::*;