mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Make Model available in main openmc namespace
This commit is contained in:
parent
fd2637cb48
commit
87bd987ebb
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ from openmc.search import *
|
|||
from openmc.polynomial import *
|
||||
from . import examples
|
||||
|
||||
# Import a few convencience functions that used to be here
|
||||
from openmc.model import rectangular_prism, hexagonal_prism
|
||||
# Import a few names from the model module
|
||||
from openmc.model import rectangular_prism, hexagonal_prism, Model
|
||||
|
||||
__version__ = '0.13.0-dev'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue