tanja пре 3 година
родитељ
комит
a88972950c
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      cdplib/db_handlers/__init__.py

+ 2 - 1
cdplib/db_handlers/__init__.py

@@ -1,2 +1,3 @@
 from .MongodbHandler import *
-from .SQLHandler import *
+from .SQLHandler import *
+from .InfluxdbHandler import *