Parcourir la source

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

Co-authored-by: Drew Dolgert <adolgert@andrew.cmu.edu>
Andrew Dolgert il y a 1 an
Parent
commit
cda67f5b55
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      openfhe/__init__.py

+ 1 - 1
openfhe/__init__.py

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