Added class to read in .mpr files

The class currently just reads the main data section and does not
process any of the headers or log information.
This commit is contained in:
Chris Kerr
2013-11-30 20:08:08 +00:00
parent d909305b74
commit 1f9c9653c5
3 changed files with 128 additions and 3 deletions

View File

@@ -1 +1 @@
from .BioLogic import MPTfile
from .BioLogic import MPTfile, MPRfile