summaryrefslogtreecommitdiff
path: root/pystache/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pystache/__init__.py')
-rw-r--r--pystache/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pystache/__init__.py b/pystache/__init__.py
index c1070e3..1bf7173 100644
--- a/pystache/__init__.py
+++ b/pystache/__init__.py
@@ -1,2 +1,6 @@
# We keep all initialization code in a separate module.
from pystache.init import *
+
+# TODO: make sure that "from pystache import *" exposes only the following:
+# ['__version__', 'render', 'Renderer', 'TemplateSpec']
+# and add a unit test for this.