[7f9fb8]: / mne / io / kit / __init__.py

Download this file

9 lines (6 with data), 221 Bytes

1
2
3
4
5
6
7
8
"""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