//! CLI for battery-pack: create and manage battery packs.
modcommands;pub(crate)modmanifest;pub(crate)modregistry;pub(crate)modtemplate_engine;modtui;modvalidate;// The only true public API
pubusecommands::main;pubuseregistry::resolve_bp_managed_content;pubusevalidate::validate_templates;