mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 04:55:40 -04:00
Revised __init__.py for openmc.mgxs to be Python 3 compatible
This commit is contained in:
parent
c8ec70946d
commit
2f23814fa6
1 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
from groups import EnergyGroups
|
||||
from library import Library
|
||||
from mgxs import *
|
||||
from openmc.mgxs.groups import EnergyGroups
|
||||
from openmc.mgxs.library import Library
|
||||
from openmc.mgxs.mgxs import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue