add imports

This commit is contained in:
rstiskalek 2022-10-10 17:41:41 +01:00
parent 8290e56ceb
commit 016be32634
2 changed files with 5 additions and 1 deletions

View File

@ -12,3 +12,5 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from galomatch import io

View File

@ -12,3 +12,5 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from .readsim import (get_sim_path, open_particle, read_particle)