refactor: Rename core package to mesh_analyzer, formalize project setup, and introduce report regeneration with new configuration options.

This commit is contained in:
eddieoz
2025-11-28 19:04:46 +02:00
parent 2e1f06e6ff
commit ca612603cf
24 changed files with 83 additions and 38 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import unittest
from mesh_monitor.analyzer import NetworkHealthAnalyzer
from mesh_analyzer.analyzer import NetworkHealthAnalyzer
class TestRouterEfficiency(unittest.TestCase):
def setUp(self):