mod batcher; mod db; mod validation;
pub mod server;
use db::{Db, Entry};
use batcher::Batcher;
use validation::Validation;