use std::collections::BTreeMap; use relm4::SharedState; use crate::subtitles::StreamIndex; pub mod deepl; pub use deepl::DeeplTranslator; pub static TRANSLATIONS: SharedState>> = SharedState::new();