From d0ba734016393ccb98a68119413c570171e64410 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 16 Jul 2019 00:04:56 +0200 Subject: [PATCH] More Prep Module Prep --- .gitignore | 1 + entro_py/__init__.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a2a8dea..896cdee 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env/ +__pycache__/ diff --git a/entro_py/__init__.py b/entro_py/__init__.py index 6f296bd..1f1d599 100644 --- a/entro_py/__init__.py +++ b/entro_py/__init__.py @@ -1,3 +1 @@ name = "entro_py" - -__all__ = ["calculateEntropy", "calculateEntropyMin"] \ No newline at end of file