// All core functionality is in blazegraph-io-core
// This CLI acts as a thin wrapper around the core library
// CLI-specific modules
pubmodjre_manager;// Re-export core types for convenience
pubuseblazegraph_io_core::*;// Re-export CLI utilities
pubusejre_manager::JreManager;