add openmc.checkvalue when importing openmc

This commit is contained in:
Shikhar Kumar 2018-12-14 05:31:33 -05:00
parent d4cfb81114
commit 1c226a8178

View file

@ -1,5 +1,6 @@
from openmc.arithmetic import *
from openmc.cell import *
from openmc.checkvalue import *
from openmc.mesh import *
from openmc.element import *
from openmc.geometry import *