Added the graph module I'd developed for Bugs-Everywhere
[hooke.git] / hooke / util / __init__.py
diff --git a/hooke/util/__init__.py b/hooke/util/__init__.py
new file mode 100644 (file)
index 0000000..8b1bf74
--- /dev/null
@@ -0,0 +1,10 @@
+# COPYRIGHT
+
+"""The util module contains assorted utilities not directly associated
+with Hooke functionality.
+
+To facilitate faster loading, submodules are not imported by default.
+The available submodules are:
+
+* :mod:`hooke.util.graph`
+"""