소스 검색

changed init

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 *