diff --git a/seekpath/__init__.py b/seekpath/__init__.py index 3c1cc5e..ce2ab0d 100644 --- a/seekpath/__init__.py +++ b/seekpath/__init__.py @@ -43,6 +43,7 @@ class SupercellWarning(UserWarning): ) from .hpkot import EdgeCaseWarning, SymmetryDetectionError +from .brillouinzone import brillouinzone __all__ = ( "get_path", @@ -52,4 +53,5 @@ class SupercellWarning(UserWarning): "EdgeCaseWarning", "SymmetryDetectionError", "SupercellWarning", + "brillouinzone", )