fixed missing imports

This commit is contained in:
Michael Krayer 2021-05-27 23:46:38 +02:00
parent 6025421d3b
commit ec6e2b2c85
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ from . import particle
from . import visu
from . import field
from . import ucf
from . import helper
from . import helper
from . import parallel