diff --git a/openmc/__init__.py b/python/openmc/__init__.py similarity index 100% rename from openmc/__init__.py rename to python/openmc/__init__.py diff --git a/openmc/_xml.py b/python/openmc/_xml.py similarity index 100% rename from openmc/_xml.py rename to python/openmc/_xml.py diff --git a/openmc/arithmetic.py b/python/openmc/arithmetic.py similarity index 100% rename from openmc/arithmetic.py rename to python/openmc/arithmetic.py diff --git a/openmc/bounding_box.py b/python/openmc/bounding_box.py similarity index 100% rename from openmc/bounding_box.py rename to python/openmc/bounding_box.py diff --git a/openmc/cell.py b/python/openmc/cell.py similarity index 100% rename from openmc/cell.py rename to python/openmc/cell.py diff --git a/openmc/checkvalue.py b/python/openmc/checkvalue.py similarity index 100% rename from openmc/checkvalue.py rename to python/openmc/checkvalue.py diff --git a/openmc/cmfd.py b/python/openmc/cmfd.py similarity index 100% rename from openmc/cmfd.py rename to python/openmc/cmfd.py diff --git a/openmc/config.py b/python/openmc/config.py similarity index 100% rename from openmc/config.py rename to python/openmc/config.py diff --git a/openmc/data/BREMX.DAT b/python/openmc/data/BREMX.DAT similarity index 100% rename from openmc/data/BREMX.DAT rename to python/openmc/data/BREMX.DAT diff --git a/openmc/data/__init__.py b/python/openmc/data/__init__.py similarity index 100% rename from openmc/data/__init__.py rename to python/openmc/data/__init__.py diff --git a/openmc/data/ace.py b/python/openmc/data/ace.py similarity index 100% rename from openmc/data/ace.py rename to python/openmc/data/ace.py diff --git a/openmc/data/angle_distribution.py b/python/openmc/data/angle_distribution.py similarity index 100% rename from openmc/data/angle_distribution.py rename to python/openmc/data/angle_distribution.py diff --git a/openmc/data/angle_energy.py b/python/openmc/data/angle_energy.py similarity index 100% rename from openmc/data/angle_energy.py rename to python/openmc/data/angle_energy.py diff --git a/openmc/data/compton_profiles.h5 b/python/openmc/data/compton_profiles.h5 similarity index 100% rename from openmc/data/compton_profiles.h5 rename to python/openmc/data/compton_profiles.h5 diff --git a/openmc/data/correlated.py b/python/openmc/data/correlated.py similarity index 100% rename from openmc/data/correlated.py rename to python/openmc/data/correlated.py diff --git a/openmc/data/data.py b/python/openmc/data/data.py similarity index 100% rename from openmc/data/data.py rename to python/openmc/data/data.py diff --git a/openmc/data/decay.py b/python/openmc/data/decay.py similarity index 100% rename from openmc/data/decay.py rename to python/openmc/data/decay.py diff --git a/openmc/data/density_effect.h5 b/python/openmc/data/density_effect.h5 similarity index 100% rename from openmc/data/density_effect.h5 rename to python/openmc/data/density_effect.h5 diff --git a/openmc/data/effective_dose/__init__.py b/python/openmc/data/effective_dose/__init__.py similarity index 100% rename from openmc/data/effective_dose/__init__.py rename to python/openmc/data/effective_dose/__init__.py diff --git a/openmc/data/effective_dose/dose.py b/python/openmc/data/effective_dose/dose.py similarity index 100% rename from openmc/data/effective_dose/dose.py rename to python/openmc/data/effective_dose/dose.py diff --git a/openmc/data/effective_dose/icrp116/electrons.txt b/python/openmc/data/effective_dose/icrp116/electrons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/electrons.txt rename to python/openmc/data/effective_dose/icrp116/electrons.txt diff --git a/openmc/data/effective_dose/icrp116/helium_ions.txt b/python/openmc/data/effective_dose/icrp116/helium_ions.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/helium_ions.txt rename to python/openmc/data/effective_dose/icrp116/helium_ions.txt diff --git a/openmc/data/effective_dose/icrp116/negative_muons.txt b/python/openmc/data/effective_dose/icrp116/negative_muons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/negative_muons.txt rename to python/openmc/data/effective_dose/icrp116/negative_muons.txt diff --git a/openmc/data/effective_dose/icrp116/negative_pions.txt b/python/openmc/data/effective_dose/icrp116/negative_pions.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/negative_pions.txt rename to python/openmc/data/effective_dose/icrp116/negative_pions.txt diff --git a/openmc/data/effective_dose/icrp116/neutrons.txt b/python/openmc/data/effective_dose/icrp116/neutrons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/neutrons.txt rename to python/openmc/data/effective_dose/icrp116/neutrons.txt diff --git a/openmc/data/effective_dose/icrp116/photons.txt b/python/openmc/data/effective_dose/icrp116/photons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/photons.txt rename to python/openmc/data/effective_dose/icrp116/photons.txt diff --git a/openmc/data/effective_dose/icrp116/photons_kerma.txt b/python/openmc/data/effective_dose/icrp116/photons_kerma.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/photons_kerma.txt rename to python/openmc/data/effective_dose/icrp116/photons_kerma.txt diff --git a/openmc/data/effective_dose/icrp116/positive_muons.txt b/python/openmc/data/effective_dose/icrp116/positive_muons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/positive_muons.txt rename to python/openmc/data/effective_dose/icrp116/positive_muons.txt diff --git a/openmc/data/effective_dose/icrp116/positive_pions.txt b/python/openmc/data/effective_dose/icrp116/positive_pions.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/positive_pions.txt rename to python/openmc/data/effective_dose/icrp116/positive_pions.txt diff --git a/openmc/data/effective_dose/icrp116/positrons.txt b/python/openmc/data/effective_dose/icrp116/positrons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/positrons.txt rename to python/openmc/data/effective_dose/icrp116/positrons.txt diff --git a/openmc/data/effective_dose/icrp116/protons.txt b/python/openmc/data/effective_dose/icrp116/protons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/protons.txt rename to python/openmc/data/effective_dose/icrp116/protons.txt diff --git a/openmc/data/effective_dose/icrp74/generate_photon_effective_dose.py b/python/openmc/data/effective_dose/icrp74/generate_photon_effective_dose.py similarity index 100% rename from openmc/data/effective_dose/icrp74/generate_photon_effective_dose.py rename to python/openmc/data/effective_dose/icrp74/generate_photon_effective_dose.py diff --git a/openmc/data/effective_dose/icrp74/neutrons.txt b/python/openmc/data/effective_dose/icrp74/neutrons.txt similarity index 100% rename from openmc/data/effective_dose/icrp74/neutrons.txt rename to python/openmc/data/effective_dose/icrp74/neutrons.txt diff --git a/openmc/data/effective_dose/icrp74/photons.txt b/python/openmc/data/effective_dose/icrp74/photons.txt similarity index 100% rename from openmc/data/effective_dose/icrp74/photons.txt rename to python/openmc/data/effective_dose/icrp74/photons.txt diff --git a/openmc/data/endf.py b/python/openmc/data/endf.py similarity index 100% rename from openmc/data/endf.py rename to python/openmc/data/endf.py diff --git a/openmc/data/energy_distribution.py b/python/openmc/data/energy_distribution.py similarity index 100% rename from openmc/data/energy_distribution.py rename to python/openmc/data/energy_distribution.py diff --git a/openmc/data/fission_energy.py b/python/openmc/data/fission_energy.py similarity index 100% rename from openmc/data/fission_energy.py rename to python/openmc/data/fission_energy.py diff --git a/openmc/data/function.py b/python/openmc/data/function.py similarity index 100% rename from openmc/data/function.py rename to python/openmc/data/function.py diff --git a/openmc/data/grid.py b/python/openmc/data/grid.py similarity index 100% rename from openmc/data/grid.py rename to python/openmc/data/grid.py diff --git a/openmc/data/half_life.json b/python/openmc/data/half_life.json similarity index 100% rename from openmc/data/half_life.json rename to python/openmc/data/half_life.json diff --git a/openmc/data/kalbach_mann.py b/python/openmc/data/kalbach_mann.py similarity index 100% rename from openmc/data/kalbach_mann.py rename to python/openmc/data/kalbach_mann.py diff --git a/openmc/data/laboratory.py b/python/openmc/data/laboratory.py similarity index 100% rename from openmc/data/laboratory.py rename to python/openmc/data/laboratory.py diff --git a/openmc/data/library.py b/python/openmc/data/library.py similarity index 100% rename from openmc/data/library.py rename to python/openmc/data/library.py diff --git a/openmc/data/mass_1.mas20.txt b/python/openmc/data/mass_1.mas20.txt similarity index 100% rename from openmc/data/mass_1.mas20.txt rename to python/openmc/data/mass_1.mas20.txt diff --git a/openmc/data/multipole.py b/python/openmc/data/multipole.py similarity index 100% rename from openmc/data/multipole.py rename to python/openmc/data/multipole.py diff --git a/openmc/data/nbody.py b/python/openmc/data/nbody.py similarity index 100% rename from openmc/data/nbody.py rename to python/openmc/data/nbody.py diff --git a/openmc/data/neutron.py b/python/openmc/data/neutron.py similarity index 100% rename from openmc/data/neutron.py rename to python/openmc/data/neutron.py diff --git a/openmc/data/njoy.py b/python/openmc/data/njoy.py similarity index 100% rename from openmc/data/njoy.py rename to python/openmc/data/njoy.py diff --git a/openmc/data/photon.py b/python/openmc/data/photon.py similarity index 100% rename from openmc/data/photon.py rename to python/openmc/data/photon.py diff --git a/openmc/data/product.py b/python/openmc/data/product.py similarity index 100% rename from openmc/data/product.py rename to python/openmc/data/product.py diff --git a/openmc/data/reaction.py b/python/openmc/data/reaction.py similarity index 100% rename from openmc/data/reaction.py rename to python/openmc/data/reaction.py diff --git a/openmc/data/resonance.py b/python/openmc/data/resonance.py similarity index 100% rename from openmc/data/resonance.py rename to python/openmc/data/resonance.py diff --git a/openmc/data/resonance_covariance.py b/python/openmc/data/resonance_covariance.py similarity index 100% rename from openmc/data/resonance_covariance.py rename to python/openmc/data/resonance_covariance.py diff --git a/openmc/data/thermal.py b/python/openmc/data/thermal.py similarity index 100% rename from openmc/data/thermal.py rename to python/openmc/data/thermal.py diff --git a/openmc/data/thermal_angle_energy.py b/python/openmc/data/thermal_angle_energy.py similarity index 100% rename from openmc/data/thermal_angle_energy.py rename to python/openmc/data/thermal_angle_energy.py diff --git a/openmc/data/uncorrelated.py b/python/openmc/data/uncorrelated.py similarity index 100% rename from openmc/data/uncorrelated.py rename to python/openmc/data/uncorrelated.py diff --git a/openmc/data/urr.py b/python/openmc/data/urr.py similarity index 100% rename from openmc/data/urr.py rename to python/openmc/data/urr.py diff --git a/openmc/deplete/__init__.py b/python/openmc/deplete/__init__.py similarity index 100% rename from openmc/deplete/__init__.py rename to python/openmc/deplete/__init__.py diff --git a/openmc/deplete/_matrix_funcs.py b/python/openmc/deplete/_matrix_funcs.py similarity index 100% rename from openmc/deplete/_matrix_funcs.py rename to python/openmc/deplete/_matrix_funcs.py diff --git a/openmc/deplete/abc.py b/python/openmc/deplete/abc.py similarity index 100% rename from openmc/deplete/abc.py rename to python/openmc/deplete/abc.py diff --git a/openmc/deplete/atom_number.py b/python/openmc/deplete/atom_number.py similarity index 100% rename from openmc/deplete/atom_number.py rename to python/openmc/deplete/atom_number.py diff --git a/openmc/deplete/chain.py b/python/openmc/deplete/chain.py similarity index 100% rename from openmc/deplete/chain.py rename to python/openmc/deplete/chain.py diff --git a/openmc/deplete/coupled_operator.py b/python/openmc/deplete/coupled_operator.py similarity index 100% rename from openmc/deplete/coupled_operator.py rename to python/openmc/deplete/coupled_operator.py diff --git a/openmc/deplete/cram.py b/python/openmc/deplete/cram.py similarity index 100% rename from openmc/deplete/cram.py rename to python/openmc/deplete/cram.py diff --git a/openmc/deplete/helpers.py b/python/openmc/deplete/helpers.py similarity index 100% rename from openmc/deplete/helpers.py rename to python/openmc/deplete/helpers.py diff --git a/openmc/deplete/independent_operator.py b/python/openmc/deplete/independent_operator.py similarity index 100% rename from openmc/deplete/independent_operator.py rename to python/openmc/deplete/independent_operator.py diff --git a/openmc/deplete/integrators.py b/python/openmc/deplete/integrators.py similarity index 100% rename from openmc/deplete/integrators.py rename to python/openmc/deplete/integrators.py diff --git a/openmc/deplete/microxs.py b/python/openmc/deplete/microxs.py similarity index 100% rename from openmc/deplete/microxs.py rename to python/openmc/deplete/microxs.py diff --git a/openmc/deplete/nuclide.py b/python/openmc/deplete/nuclide.py similarity index 100% rename from openmc/deplete/nuclide.py rename to python/openmc/deplete/nuclide.py diff --git a/openmc/deplete/openmc_operator.py b/python/openmc/deplete/openmc_operator.py similarity index 100% rename from openmc/deplete/openmc_operator.py rename to python/openmc/deplete/openmc_operator.py diff --git a/openmc/deplete/pool.py b/python/openmc/deplete/pool.py similarity index 100% rename from openmc/deplete/pool.py rename to python/openmc/deplete/pool.py diff --git a/openmc/deplete/reaction_rates.py b/python/openmc/deplete/reaction_rates.py similarity index 100% rename from openmc/deplete/reaction_rates.py rename to python/openmc/deplete/reaction_rates.py diff --git a/openmc/deplete/results.py b/python/openmc/deplete/results.py similarity index 100% rename from openmc/deplete/results.py rename to python/openmc/deplete/results.py diff --git a/openmc/deplete/stepresult.py b/python/openmc/deplete/stepresult.py similarity index 100% rename from openmc/deplete/stepresult.py rename to python/openmc/deplete/stepresult.py diff --git a/openmc/deplete/transfer_rates.py b/python/openmc/deplete/transfer_rates.py similarity index 100% rename from openmc/deplete/transfer_rates.py rename to python/openmc/deplete/transfer_rates.py diff --git a/openmc/dummy_comm.py b/python/openmc/dummy_comm.py similarity index 100% rename from openmc/dummy_comm.py rename to python/openmc/dummy_comm.py diff --git a/openmc/element.py b/python/openmc/element.py similarity index 100% rename from openmc/element.py rename to python/openmc/element.py diff --git a/openmc/examples.py b/python/openmc/examples.py similarity index 100% rename from openmc/examples.py rename to python/openmc/examples.py diff --git a/openmc/exceptions.py b/python/openmc/exceptions.py similarity index 100% rename from openmc/exceptions.py rename to python/openmc/exceptions.py diff --git a/openmc/executor.py b/python/openmc/executor.py similarity index 100% rename from openmc/executor.py rename to python/openmc/executor.py diff --git a/openmc/filter.py b/python/openmc/filter.py similarity index 100% rename from openmc/filter.py rename to python/openmc/filter.py diff --git a/openmc/filter_expansion.py b/python/openmc/filter_expansion.py similarity index 100% rename from openmc/filter_expansion.py rename to python/openmc/filter_expansion.py diff --git a/openmc/geometry.py b/python/openmc/geometry.py similarity index 100% rename from openmc/geometry.py rename to python/openmc/geometry.py diff --git a/openmc/lattice.py b/python/openmc/lattice.py similarity index 100% rename from openmc/lattice.py rename to python/openmc/lattice.py diff --git a/openmc/lib/__init__.py b/python/openmc/lib/__init__.py similarity index 100% rename from openmc/lib/__init__.py rename to python/openmc/lib/__init__.py diff --git a/openmc/lib/cell.py b/python/openmc/lib/cell.py similarity index 100% rename from openmc/lib/cell.py rename to python/openmc/lib/cell.py diff --git a/openmc/lib/core.py b/python/openmc/lib/core.py similarity index 100% rename from openmc/lib/core.py rename to python/openmc/lib/core.py diff --git a/openmc/lib/error.py b/python/openmc/lib/error.py similarity index 100% rename from openmc/lib/error.py rename to python/openmc/lib/error.py diff --git a/openmc/lib/filter.py b/python/openmc/lib/filter.py similarity index 100% rename from openmc/lib/filter.py rename to python/openmc/lib/filter.py diff --git a/openmc/lib/material.py b/python/openmc/lib/material.py similarity index 100% rename from openmc/lib/material.py rename to python/openmc/lib/material.py diff --git a/openmc/lib/math.py b/python/openmc/lib/math.py similarity index 100% rename from openmc/lib/math.py rename to python/openmc/lib/math.py diff --git a/openmc/lib/mesh.py b/python/openmc/lib/mesh.py similarity index 100% rename from openmc/lib/mesh.py rename to python/openmc/lib/mesh.py diff --git a/openmc/lib/nuclide.py b/python/openmc/lib/nuclide.py similarity index 100% rename from openmc/lib/nuclide.py rename to python/openmc/lib/nuclide.py diff --git a/openmc/lib/plot.py b/python/openmc/lib/plot.py similarity index 100% rename from openmc/lib/plot.py rename to python/openmc/lib/plot.py diff --git a/openmc/lib/settings.py b/python/openmc/lib/settings.py similarity index 100% rename from openmc/lib/settings.py rename to python/openmc/lib/settings.py diff --git a/openmc/lib/tally.py b/python/openmc/lib/tally.py similarity index 100% rename from openmc/lib/tally.py rename to python/openmc/lib/tally.py diff --git a/openmc/lib/weight_windows.py b/python/openmc/lib/weight_windows.py similarity index 100% rename from openmc/lib/weight_windows.py rename to python/openmc/lib/weight_windows.py diff --git a/openmc/macroscopic.py b/python/openmc/macroscopic.py similarity index 100% rename from openmc/macroscopic.py rename to python/openmc/macroscopic.py diff --git a/openmc/material.py b/python/openmc/material.py similarity index 100% rename from openmc/material.py rename to python/openmc/material.py diff --git a/openmc/mesh.py b/python/openmc/mesh.py similarity index 100% rename from openmc/mesh.py rename to python/openmc/mesh.py diff --git a/openmc/mgxs/__init__.py b/python/openmc/mgxs/__init__.py similarity index 100% rename from openmc/mgxs/__init__.py rename to python/openmc/mgxs/__init__.py diff --git a/openmc/mgxs/groups.py b/python/openmc/mgxs/groups.py similarity index 100% rename from openmc/mgxs/groups.py rename to python/openmc/mgxs/groups.py diff --git a/openmc/mgxs/library.py b/python/openmc/mgxs/library.py similarity index 100% rename from openmc/mgxs/library.py rename to python/openmc/mgxs/library.py diff --git a/openmc/mgxs/mdgxs.py b/python/openmc/mgxs/mdgxs.py similarity index 100% rename from openmc/mgxs/mdgxs.py rename to python/openmc/mgxs/mdgxs.py diff --git a/openmc/mgxs/mgxs.py b/python/openmc/mgxs/mgxs.py similarity index 100% rename from openmc/mgxs/mgxs.py rename to python/openmc/mgxs/mgxs.py diff --git a/openmc/mgxs_library.py b/python/openmc/mgxs_library.py similarity index 100% rename from openmc/mgxs_library.py rename to python/openmc/mgxs_library.py diff --git a/openmc/mixin.py b/python/openmc/mixin.py similarity index 100% rename from openmc/mixin.py rename to python/openmc/mixin.py diff --git a/openmc/model/__init__.py b/python/openmc/model/__init__.py similarity index 100% rename from openmc/model/__init__.py rename to python/openmc/model/__init__.py diff --git a/openmc/model/funcs.py b/python/openmc/model/funcs.py similarity index 100% rename from openmc/model/funcs.py rename to python/openmc/model/funcs.py diff --git a/openmc/model/model.py b/python/openmc/model/model.py similarity index 100% rename from openmc/model/model.py rename to python/openmc/model/model.py diff --git a/openmc/model/surface_composite.py b/python/openmc/model/surface_composite.py similarity index 100% rename from openmc/model/surface_composite.py rename to python/openmc/model/surface_composite.py diff --git a/openmc/model/triso.py b/python/openmc/model/triso.py similarity index 100% rename from openmc/model/triso.py rename to python/openmc/model/triso.py diff --git a/openmc/mpi.py b/python/openmc/mpi.py similarity index 100% rename from openmc/mpi.py rename to python/openmc/mpi.py diff --git a/openmc/nuclide.py b/python/openmc/nuclide.py similarity index 100% rename from openmc/nuclide.py rename to python/openmc/nuclide.py diff --git a/openmc/openmoc_compatible.py b/python/openmc/openmoc_compatible.py similarity index 100% rename from openmc/openmoc_compatible.py rename to python/openmc/openmoc_compatible.py diff --git a/openmc/particle_restart.py b/python/openmc/particle_restart.py similarity index 100% rename from openmc/particle_restart.py rename to python/openmc/particle_restart.py diff --git a/openmc/plots.py b/python/openmc/plots.py similarity index 100% rename from openmc/plots.py rename to python/openmc/plots.py diff --git a/openmc/plotter.py b/python/openmc/plotter.py similarity index 100% rename from openmc/plotter.py rename to python/openmc/plotter.py diff --git a/openmc/polynomial.py b/python/openmc/polynomial.py similarity index 100% rename from openmc/polynomial.py rename to python/openmc/polynomial.py diff --git a/openmc/region.py b/python/openmc/region.py similarity index 100% rename from openmc/region.py rename to python/openmc/region.py diff --git a/openmc/search.py b/python/openmc/search.py similarity index 100% rename from openmc/search.py rename to python/openmc/search.py diff --git a/openmc/settings.py b/python/openmc/settings.py similarity index 100% rename from openmc/settings.py rename to python/openmc/settings.py diff --git a/openmc/source.py b/python/openmc/source.py similarity index 100% rename from openmc/source.py rename to python/openmc/source.py diff --git a/openmc/statepoint.py b/python/openmc/statepoint.py similarity index 100% rename from openmc/statepoint.py rename to python/openmc/statepoint.py diff --git a/openmc/stats/__init__.py b/python/openmc/stats/__init__.py similarity index 100% rename from openmc/stats/__init__.py rename to python/openmc/stats/__init__.py diff --git a/openmc/stats/multivariate.py b/python/openmc/stats/multivariate.py similarity index 100% rename from openmc/stats/multivariate.py rename to python/openmc/stats/multivariate.py diff --git a/openmc/stats/univariate.py b/python/openmc/stats/univariate.py similarity index 100% rename from openmc/stats/univariate.py rename to python/openmc/stats/univariate.py diff --git a/openmc/summary.py b/python/openmc/summary.py similarity index 100% rename from openmc/summary.py rename to python/openmc/summary.py diff --git a/openmc/surface.py b/python/openmc/surface.py similarity index 100% rename from openmc/surface.py rename to python/openmc/surface.py diff --git a/openmc/tallies.py b/python/openmc/tallies.py similarity index 100% rename from openmc/tallies.py rename to python/openmc/tallies.py diff --git a/openmc/tally_derivative.py b/python/openmc/tally_derivative.py similarity index 100% rename from openmc/tally_derivative.py rename to python/openmc/tally_derivative.py diff --git a/openmc/tracks.py b/python/openmc/tracks.py similarity index 100% rename from openmc/tracks.py rename to python/openmc/tracks.py diff --git a/openmc/trigger.py b/python/openmc/trigger.py similarity index 100% rename from openmc/trigger.py rename to python/openmc/trigger.py diff --git a/openmc/universe.py b/python/openmc/universe.py similarity index 100% rename from openmc/universe.py rename to python/openmc/universe.py diff --git a/openmc/utility_funcs.py b/python/openmc/utility_funcs.py similarity index 100% rename from openmc/utility_funcs.py rename to python/openmc/utility_funcs.py diff --git a/openmc/volume.py b/python/openmc/volume.py similarity index 100% rename from openmc/volume.py rename to python/openmc/volume.py diff --git a/openmc/weight_windows.py b/python/openmc/weight_windows.py similarity index 100% rename from openmc/weight_windows.py rename to python/openmc/weight_windows.py