1//! Binding implementations to expose QSym² to other languages. 2 3#[cfg(not(tarpaulin_include))] 4#[cfg(feature = "python")] 5pub mod python;