瀏覽代碼

bug fix, logging

Steve Nyemba 1 年之前
父節點
當前提交
2d976cd607
共有 2 個文件被更改,包括 640 次插入640 次删除
  1. 1 1
      healthcareio/__init__.py
  2. 639 639
      healthcareio/x12/__init__.py

+ 1 - 1
healthcareio/__init__.py

@@ -21,6 +21,6 @@ Usage :
 import healthcareio.x12 as x12
 from healthcareio.x12 import publish, plugins
 import healthcareio.params as params
-
+from healthcareio import logger
 # from healthcareio import server
 

文件差異過大導致無法顯示
+ 639 - 639
healthcareio/x12/__init__.py