diff options
-rwxr-xr-x | pytask/helpers/__init__.py | 7 |
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>', + ] |