a bunch of really (not)good tests

This commit is contained in:
zedddie 2026-03-15 21:17:05 +01:00 committed by tuturuu
parent 2db5e1d3ac
commit 43ec0ddbca
No known key found for this signature in database
GPG key ID: B352C3C2894405A7
4 changed files with 246 additions and 7 deletions

View file

@ -1,9 +1,9 @@
mod config;
mod geoparsers;
pub mod sniffing;
mod startup;
// mod config;
// mod geoparsers;
// pub mod sniffing;
// mod startup;
use startup::init;
use nsc::startup::init;
use std::io::Read;