//! Provides a matrix chatbot to download newspaper articles mod cli; pub use cli::run; mod chatbot; use chatbot::Chatbot; mod handlers; use handlers::Html;