8 lines
166 B
Python
8 lines
166 B
Python
# Authors: The MNE-Python contributors.
|
|
# License: BSD-3-Clause
|
|
# Copyright the MNE-Python contributors.
|
|
|
|
"""LIMO Dataset."""
|
|
|
|
from .limo import data_path, load_data
|