1
2
3
4
5
mod downloader;

pub mod utils;

pub use downloader::{DownloadManager, Downloader, TheChapter, TheGroup};