// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
//
// `ccxt-prediction` is the typed prediction-market API: per-venue wrappers
// (`ccxt_prediction::Kalshi`, `::Polymarket`, … with `fetch_ticker() ->
// Result<Ticker>`) over the prediction Cores that live in the `ccxt-base`
// engine. Mirrors how `ccxt` wraps the REST Cores. It re-exports the whole
// `ccxt-base` surface at its root (except `prediction`, which this crate
// declares itself — its `prediction/mod.rs` re-exports the engine's Cores).
pub use ;
pub use ;
pub use *;