Selaa lähdekoodia

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

Co-authored-by: Drew Dolgert <adolgert@andrew.cmu.edu>
Andrew Dolgert 2 vuotta sitten
vanhempi
commit
cda67f5b55
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      openfhe/__init__.py

+ 1 - 1
openfhe/__init__.py

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