diff --git a/src/runtime2/mod.rs b/src/runtime2/mod.rs index 691c7ca21685901f3a3f2a0c58d6ec7d3ef0bd50..05881c7b85be8a3fd71f8e4d892c8d6c395064db 100644 --- a/src/runtime2/mod.rs +++ b/src/runtime2/mod.rs @@ -3,4 +3,6 @@ mod runtime; mod component; mod communication; mod scheduler; -#[cfg(test)] mod tests; \ No newline at end of file +#[cfg(test)] mod tests; + +pub use runtime::Runtime; \ No newline at end of file