refactor: reorganize backend modules into sub-packages for models, data, visualization, wafer, and controllers

This commit is contained in:
jack
2026-06-11 12:15:00 -07:00
parent b9f8032203
commit 72334795da
47 changed files with 155 additions and 60 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
"""Tests for src/pygui/backend/wafer_layouts.py."""
import pytest
from pygui.backend.wafer_layouts import load_layout, available_families
from pygui.backend.zwafer_models import Sensor
from pygui.backend.wafer.wafer_layouts import load_layout, available_families
from pygui.backend.wafer.zwafer_models import Sensor
def test_lists_bundled_families():