Skip to content

Commit

Permalink
Add init file to ions package, re-export classes
Browse files Browse the repository at this point in the history
  • Loading branch information
lochsh committed Feb 5, 2024
1 parent 8dbf61a commit 17fac0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions atomic_physics/ions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from .ba133 import Ba133
from .ba135 import Ba135
from .ba137 import Ba137
from .ba138 import Ba138
from .ca40 import Ca40
from .ca43 import Ca43
from .mg25 import Mg25
from .sr88 import Sr88

0 comments on commit 17fac0b

Please sign in to comment.