aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/algorithms/impl/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'algorithms/impl/__init__.py')
-rw-r--r--algorithms/impl/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/algorithms/impl/__init__.py b/algorithms/impl/__init__.py
index 579b091..84bd702 100644
--- a/algorithms/impl/__init__.py
+++ b/algorithms/impl/__init__.py
@@ -9,8 +9,10 @@ from pkgutil import iter_modules
from .. import algorithm
+
_ALGORITHMS_NAME = '_ALGORITHMS'
+
def refresh_algorithms():
all_algorithms = {}