//! Foundation model fine-tuning and zero-shot forecasting interfaces.
//!
//! This module provides adapters for working with pre-trained time series
//! foundation models (e.g. TimeGPT, PatchTST, TimesNet). The interfaces are
//! model-agnostic: any type implementing [`fine_tuning::ForecastModel`] can be
//! wrapped for fine-tuning or zero-shot prediction.
pub use ;
pub use ;