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