diff --git a/pysheaf/__init__.py b/pysheaf/__init__.py index 52970bf..2c981f9 100644 --- a/pysheaf/__init__.py +++ b/pysheaf/__init__.py @@ -1,4 +1,3 @@ -from .pysheaf import * """ # Python 3.6 Sheaf theoretic toolbox @@ -22,3 +21,5 @@ c. You can find all star open sets whose local consistency is less than a desired bound using `Sheaf.CellIndexesLessThanConsistencyThreshold()`. """ + +from .pysheaf import *