diff --git a/openmc/__init__.py b/openmc/__init__.py index aec7209c94..715550302b 100644 --- a/openmc/__init__.py +++ b/openmc/__init__.py @@ -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 *