9 lines
221 B
Python
9 lines
221 B
Python
"""KIT module for reading raw data."""
|
|
|
|
# Authors: The MNE-Python contributors.
|
|
# License: BSD-3-Clause
|
|
# Copyright the MNE-Python contributors.
|
|
|
|
from .kit import read_raw_kit, read_epochs_kit
|
|
from .coreg import read_mrk
|