// client/src/lib.rs
#![forbid(unsafe_code)]
pub mod app;
pub mod input;
pub mod output;
pub use app::NavkaClientApp;