We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e56695 commit 877ff97Copy full SHA for 877ff97
decaylanguage/__init__.py
@@ -12,3 +12,6 @@
12
13
# Direct access to decay chain visualization tools
14
from .decay import DecayChainViewer
15
+
16
+# Direct access to decay chain representation classes
17
+from .decay import DaughtersDict, DecayMode, DecayChain
decaylanguage/decay/__init__.py
@@ -1,4 +1,4 @@
1
2
-from .decay import DaughtersDict, DecayMode
3
4
from .viewer import DecayChainViewer
0 commit comments