//mod routing; mod config; mod geoparsers; pub mod sniffing; //mod startup; use nsc::startup::init; fn main() -> Result<(), Box> { init() }