refactor: reorganize backend modules into sub-packages for models, data, visualization, wafer, and controllers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import math
|
||||
import pytest
|
||||
from pygui.backend.frame_stats import compute_stats, Stats
|
||||
from pygui.backend.models.frame_stats import compute_stats, Stats
|
||||
|
||||
|
||||
def test_basic_stat():
|
||||
|
||||
Reference in New Issue
Block a user