blob: 4e3b895aef0c4617a5a551cd0f2cff8d236977c0 [file] [log] [blame] [edit]
mod scrape;
fn main() {
scrape::scrape(&[]);
}