//! Proto module definitions for test harness // Include the copied proto files directly include!("trading.rs"); pub mod trading { pub use super::*; } include!("ml_training.rs"); pub mod ml_training { pub use super::*; }