mod config; mod geoparsers; pub mod sniffing; mod startup; use startup::init; use std::io::Read; fn main() { init(); }