瀏覽代碼

a one-line change to conform to Python standard (#139)

Co-authored-by: Drew Dolgert <adolgert@andrew.cmu.edu>
Andrew Dolgert 1 年之前
父節點
當前提交
cda67f5b55
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      openfhe/__init__.py

+ 1 - 1
openfhe/__init__.py

@@ -1 +1 @@
-from .openfhe import *
+from openfhe.openfhe import *