Sfoglia il codice sorgente

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

Co-authored-by: Drew Dolgert <adolgert@andrew.cmu.edu>
Andrew Dolgert 1 anno fa
parent
commit
cda67f5b55
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      openfhe/__init__.py

+ 1 - 1
openfhe/__init__.py

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