summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpytask/helpers/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pytask/helpers/__init__.py b/pytask/helpers/__init__.py
new file mode 100755
index 0000000..189502e
--- /dev/null
+++ b/pytask/helpers/__init__.py
@@ -0,0 +1,7 @@
+"""Package containing the helper functions that may be used through out
+the site.
+"""
+
+__authors__ = [
+ '"Madhusudan.C.S" <madhusudancs@fossee.in>',
+ ]