Skip to content

Commit

Permalink
(core) small addition to the top level imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Mar 29, 2024
1 parent 6e69976 commit 1f6ec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
from pysipfenn.core.pysipfenn import Calculator, ward2ks2022, overwritePrototypeLibrary, string2prototype
from pysipfenn.core.modelExporters import ONNXExporter, TorchExporter, CoreMLExporter
from pysipfenn.core.modelAdjusters import LocalAdjuster, OPTIMADEAdjuster

0 comments on commit 1f6ec51

Please sign in to comment.