From ebf7f37e8744f4728345072c3dc36562925e6e01 Mon Sep 17 00:00:00 2001 From: knoriy Date: Mon, 16 Oct 2023 11:25:47 +0000 Subject: [PATCH] renamed from clasp to clara --- clara/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clara/__init__.py b/clara/__init__.py index 6aaa965..8ccbe79 100644 --- a/clara/__init__.py +++ b/clara/__init__.py @@ -1 +1 @@ -from .clasp import CLASP, PLCLASP, LinearProbeCLASP \ No newline at end of file +from .clara import CLARA, PLCLARA, LinearProbeCLARA \ No newline at end of file