Aluode/PerceptionLabPortable
0
1"""Module dedicated to manipulation of channels.2 3Can be used for setting of sensor locations used for processing and plotting.4"""5 6# Authors: The MNE-Python contributors.7# License: BSD-3-Clause8# Copyright the MNE-Python contributors.9 10import lazy_loader as lazy11 12(__getattr__, __dir__, __all__) = lazy.attach_stub(__name__, __file__)13 