diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-06 21:06:20 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-06 21:06:20 -0600 |
| commit | 363cbe7aea99400c25a6006bf5b28338cdadc611 (patch) | |
| tree | 00dafef54a2d0b51f704134022dc1c7698756727 /tb/models/__init__.py | |
| parent | f786c0f2f6f00cab2203de4a672801ca9c179415 (diff) | |
tb: implement ring test
Diffstat (limited to '')
| -rw-r--r-- | tb/models/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/models/__init__.py b/tb/models/__init__.py index 4f14c05..006ed6b 100644 --- a/tb/models/__init__.py +++ b/tb/models/__init__.py @@ -1,3 +1,3 @@ from .core import * from .smp import * - +from .ring import * |
