Explorar el Código

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

Co-authored-by: Drew Dolgert <adolgert@andrew.cmu.edu>
Andrew Dolgert hace 1 año
padre
commit
cda67f5b55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      openfhe/__init__.py

+ 1 - 1
openfhe/__init__.py

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