mirror of
https://github.com/eddieoz/LoRa-Mesh-Analyzer.git
synced 2026-07-13 21:31:01 +02:00
refactor: Rename core package to mesh_analyzer, formalize project setup, and introduce report regeneration with new configuration options.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user