From: noah morrison Date: Tue, 18 Nov 2014 21:20:47 +0000 (-0500) Subject: Added __init__.py to chevron/ X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=6a1a3f62a5f056dcd9b70df9e9981e92e61e8716;p=chevron.git Added __init__.py to chevron/ --- diff --git a/chevron/__init__.py b/chevron/__init__.py new file mode 100644 index 0000000..5227f4d --- /dev/null +++ b/chevron/__init__.py @@ -0,0 +1,3 @@ +from chevron.chevron import main, render, UnclosedSection, cli_main + +__all__ = ['main', 'render', 'UnclosedSection', 'cli_main']