workflow_egui/module/
mod.rs

1#[allow(clippy::module_inception)]
2mod module;
3pub use module::*;
4
5mod manager;
6pub use manager::*;