Skip to content

Commit

Permalink
Added top level import
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Nov 27, 2024
1 parent 7e2acf6 commit 4d34ad6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions montepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
from montepy.cell import Cell
from montepy.mcnp_problem import MCNP_Problem

# collections
from montepy.cells import Cells
from montepy.materials import Materials
from montepy.universes import Universes
from montepy.surface_collection import Surfaces
from montepy.transforms import Transforms

import montepy.errors
import sys

Expand Down

0 comments on commit 4d34ad6

Please sign in to comment.