From 3feb806ef5cbcb2ee85890d3f24ebfccf04869b1 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 5 Oct 2023 05:30:04 -0600 Subject: tb: implement block test: smp_sim reset --- tb/models/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tb/models/__init__.py (limited to 'tb/models/__init__.py') diff --git a/tb/models/__init__.py b/tb/models/__init__.py new file mode 100644 index 0000000..4f14c05 --- /dev/null +++ b/tb/models/__init__.py @@ -0,0 +1,3 @@ +from .core import * +from .smp import * + -- cgit v1.2.3