소스 검색

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 *