Aluode/PerceptionLabPortable
0
1"""Preprocessing with artifact detection, SSP, and ICA."""2 3# Authors: The MNE-Python contributors.4# License: BSD-3-Clause5# Copyright the MNE-Python contributors.6 7import lazy_loader as lazy8 9(__getattr__, __dir__, __all__) = lazy.attach_stub(__name__, __file__)10 