Skip to content

Commit

Permalink
(core) reverted the __init__.py scope narrowing for the top level …
Browse files Browse the repository at this point in the history
…import
  • Loading branch information
amkrajewski committed Mar 29, 2024
1 parent 1f6ec51 commit b7bb2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pysipfenn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Importing from top pySIPFENN namespace...
from pysipfenn.core.pysipfenn import Calculator, ward2ks2022, overwritePrototypeLibrary, string2prototype
from pysipfenn.core.modelExporters import ONNXExporter, TorchExporter, CoreMLExporter
from pysipfenn.core.modelAdjusters import LocalAdjuster, OPTIMADEAdjuster
from pysipfenn.core.pysipfenn import *
from pysipfenn.core.modelExporters import *
from pysipfenn.core.modelAdjusters import *

0 comments on commit b7bb2c4

Please sign in to comment.