Files
galvani/galvani/__init__.py

4 lines
73 B
Python

from .BioLogic import MPRfile, MPTfile
__all__ = ['MPRfile', 'MPTfile']