Skip to content

Commit 64ee8ba

Browse files
committed
Add plasma module back into __init__.py
This avoids a regression effect against the documentation in README.md.
1 parent e030a0c commit 64ee8ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""
22
__init__ for parametric_plasma_source.
33
4-
Does not collect any imports as package may not be built yet.
4+
Does not collect imports from plasma_source as package may not be built yet.
55
"""
6+
7+
from .plasma import Plasma

0 commit comments

Comments
 (0)