]> Devi Nivas Git - chevron.git/commitdiff
Added __init__.py to chevron/
authornoah morrison <noah@morrison.ph>
Tue, 18 Nov 2014 21:20:47 +0000 (16:20 -0500)
committernoah morrison <noah@morrison.ph>
Tue, 18 Nov 2014 21:20:47 +0000 (16:20 -0500)
chevron/__init__.py [new file with mode: 0644]

diff --git a/chevron/__init__.py b/chevron/__init__.py
new file mode 100644 (file)
index 0000000..5227f4d
--- /dev/null
@@ -0,0 +1,3 @@
+from chevron.chevron import main, render, UnclosedSection, cli_main
+
+__all__ = ['main', 'render', 'UnclosedSection', 'cli_main']