initial commit
This commit is contained in:
8
mne/_fiff/__init__.py
Normal file
8
mne/_fiff/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Private module for FIF basic I/O routines."""
|
||||
|
||||
# Authors: The MNE-Python contributors.
|
||||
# License: BSD-3-Clause
|
||||
# Copyright the MNE-Python contributors.
|
||||
|
||||
# All imports should be done directly to submodules, so we don't import
|
||||
# anything here or use lazy_loader.
|
||||
Reference in New Issue
Block a user