ソースを参照

test docker pipfile

tsteuer 5 年 前
コミット
ed1721f6be
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      cdplib/__init__.py

+ 3 - 3
cdplib/__init__.py

@@ -1,7 +1,7 @@
-#from .db_handlers import *
-#from .db_migration import *
+from .db_handlers import *
+from .db_migration import *
 from .hyperopt import *
 from .utils import *
-#from .log import *
+from .log import *
 from .FlattenData import *
 from .Singleton_Threadsafe import *