chore: Add heavy score example to tui to see what it looks like with long output. Good enough as a step forward!

This commit is contained in:
2025-04-23 10:32:53 -04:00
parent d937ddca3a
commit 27f6ed97f9
6 changed files with 57 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
use harmony::{
data::Version, inventory::Inventory, maestro::Maestro, modules::lamp::{LAMPConfig, LAMPScore}, topology::{HAClusterTopology, Url}
data::Version,
inventory::Inventory,
maestro::Maestro,
modules::lamp::{LAMPConfig, LAMPScore},
topology::{HAClusterTopology, Url},
};
#[tokio::main]