//! Pricing and cost estimation
//!
//! This module provides pricing and cost estimation for cloud deployments.
//! Real pricing APIs (FaaS and VM) are now provided by blueprint-pricing-engine.
// Re-export from pricing-engine (single source of truth)
pub use ;
pub use ;
pub use PricingCalculator;
pub use ;
// Deprecated: Old pricing modules are now in pricing-engine
// These files can be removed in a future version:
// - faas_pricing.rs (use blueprint_pricing_engine_lib::FaasPricingFetcher)
// - fetcher.rs (use blueprint_pricing_engine_lib::PricingFetcher)