From 1e20330128aa3594928a2ebb0d5551831d838a12 Mon Sep 17 00:00:00 2001 From: reedts Date: Thu, 17 May 2018 14:24:38 +0200 Subject: [PATCH] Added init for pywatts module --- pywatts/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pywatts/__init__.py diff --git a/pywatts/__init__.py b/pywatts/__init__.py new file mode 100644 index 0000000..07cf010 --- /dev/null +++ b/pywatts/__init__.py @@ -0,0 +1,2 @@ +from pywatts import db +from pywatts import fetchdata