From 6fd2e90bc1761c357e7dee5b9575464f2490764f Mon Sep 17 00:00:00 2001 From: reedts Date: Tue, 29 May 2018 15:40:58 +0200 Subject: [PATCH] Added neural module --- pywatts/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pywatts/__init__.py b/pywatts/__init__.py index 07cf010..a180f42 100644 --- a/pywatts/__init__.py +++ b/pywatts/__init__.py @@ -1,2 +1,3 @@ from pywatts import db from pywatts import fetchdata +from pywatts import neural