9 lines
214 B
Python
9 lines
214 B
Python
"""EGI module for conversion to FIF."""
|
|
|
|
# Authors: The MNE-Python contributors.
|
|
# License: BSD-3-Clause
|
|
# Copyright the MNE-Python contributors.
|
|
|
|
from .egi import read_raw_egi
|
|
from .egimff import read_evokeds_mff
|