CoolFace
Apppublic

Aluode/PerceptionLabPortable

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
__init__.py9 linesDownload Raw Back to forward
1# Authors: The MNE-Python contributors.2# License: BSD-3-Clause3# Copyright the MNE-Python contributors.4 5"""Forward modeling code."""6import lazy_loader as lazy  # for testing purposes7 8(__getattr__, __dir__, __all__) = lazy.attach_stub(__name__, __file__)9 
Aluode/PerceptionLabPortable · CoolFace