Skip to content

Commit 793bd13

Browse files
committed
fix __init__
1 parent acf714f commit 793bd13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/diffpy/fourigui/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
# package version
1919
from diffpy.fourigui.version import __version__
2020

21+
from . import fourigui
22+
23+
__all__ = ["fourigui"]
24+
2125
# silence the pyflakes syntax checker
2226
assert __version__ or True
2327

0 commit comments

Comments
 (0)