//! A multi-window application. pub mod program; pub mod state; pub use program::Program; pub use state::State;