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