refactor Sanity

Logic is more modular with many more unit tests.
Reduced dependence on GUI
Cleaner template structure
This commit is contained in:
Brad Collette
2024-04-08 17:27:14 -05:00
committed by sliptonic
parent 4d2e124f11
commit e22cde251c
16 changed files with 2040 additions and 1642 deletions

View File

@@ -52,9 +52,10 @@ def Startup():
from Path.Main.Gui import Fixture
from Path.Main.Gui import Inspect
from Path.Main.Gui import Sanity
from Path.Main.Gui import Simulator
from Path.Main.Sanity import Sanity
from Path.Op.Gui import Adaptive
from Path.Op.Gui import Array
from Path.Op.Gui import Comment