//! Batuta GPU Pricing and Queue Integration (ENT-030, ENT-031)
//!
//! Provides integration with Batuta for:
//! - Real-time GPU hourly rates
//! - Queue depth monitoring
//! - ETA adjustments based on queue state
//!
//! Falls back to static pricing when Batuta is unavailable.
pub use BatutaClient;
pub use BatutaError;
pub use ;
pub use ;