Ver código fonte

changed init

tanja 3 anos atrás
pai
commit
a88972950c
1 arquivos alterados com 2 adições e 1 exclusões
  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 *