From 45a24cd79b8c5cf3c4a9cef05143da38b7217aa5 Mon Sep 17 00:00:00 2001 From: Harrison Cook Date: Thu, 24 Aug 2023 09:31:58 +1000 Subject: [PATCH] Add to `__init__` - To fix test errors --- src/scores/stats/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) 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