From 363cbe7aea99400c25a6006bf5b28338cdadc611 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 6 Oct 2023 21:06:20 -0600 Subject: tb: implement ring test --- tb/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tb/models/__init__.py') 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 * -- cgit v1.2.3