summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tempita/__main__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tempita/__main__.py b/tempita/__main__.py
new file mode 100644
index 0000000..da1e100
--- /dev/null
+++ b/tempita/__main__.py
@@ -0,0 +1,3 @@
+from tempita import fill_command
+
+fill_command()