diff --git a/src/scores/stats/__init__.py b/src/scores/stats/__init__.py index e69de29bb..d2a64ab98 100644 --- a/src/scores/stats/__init__.py +++ b/src/scores/stats/__init__.py @@ -0,0 +1,5 @@ +""" +Import the functions from the implementations into the public API +""" + +from scores.stats import tests \ No newline at end of file