From 9fac3f4fb7ed316b96b2e2981df6818610a37dcc Mon Sep 17 00:00:00 2001 From: Cailin Jordan Date: Mon, 2 Dec 2024 15:16:07 -0800 Subject: [PATCH] import genescores in __init__.py --- SEACells/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SEACells/__init__.py b/SEACells/__init__.py index 91b0ba1..b0d4ff1 100644 --- a/SEACells/__init__.py +++ b/SEACells/__init__.py @@ -1,5 +1,6 @@ from . import core from . import preprocess +from . import genescores from . import utils from . import plot from .version import __version__