Aluode/PerceptionLabPortable
0
1# Authors: The MNE-Python contributors.2# License: BSD-3-Clause3# Copyright the MNE-Python contributors.4 5"""Data simulation code."""6import lazy_loader as lazy7 8(__getattr__, __dir__, __all__) = lazy.attach_stub(__name__, __file__)9 