From 906bd0ff1020aa4ff2b172ca5623ceba2f40e42b Mon Sep 17 00:00:00 2001 From: "shikhar.s" Date: Fri, 5 Jul 2019 13:41:22 +0530 Subject: [PATCH] add init file --- __init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..27244bf0 --- /dev/null +++ b/__init__.py @@ -0,0 +1,10 @@ + +""" +File: __init__.py +Author: Steve Francia +Email: 0 +Github: 0 +Description: <`0`> +""" +__version__ = '0.1.develop' +__author__ = '{Peter Sudhra+}' \ No newline at end of file