CoolFace
Apppublic

Aluode/PerceptionLabPortable

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
__init__.py9 linesDownload Raw Back to simulation
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 
Aluode/PerceptionLabPortable · CoolFace