1
2
3
4
5
pub use self::textreader::*;
pub use self::detector::*;

mod textreader;
mod detector;