diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-05 05:30:04 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-05 13:07:57 -0600 |
| commit | 3feb806ef5cbcb2ee85890d3f24ebfccf04869b1 (patch) | |
| tree | 862e2745d2aaa3607ea33fd17bfbc8b57f967008 /tb/models/__init__.py | |
| parent | 4acd900c4602db0353d11bf6841ddadfd80c57b8 (diff) | |
tb: implement block test: smp_sim reset
Diffstat (limited to '')
| -rw-r--r-- | tb/models/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 * + |
