gemini-keychecker/src/adapters/mod.rs

6 lines
68 B
Rust

pub mod input;
pub mod output;
pub use input::load_keys_from_txt;