//! GUI implementation. mod mapmodel; mod qobj; pub use self::mapmodel::IMapModel; // EOF