[074d3d]: / mne / __main__.py

Download this file

9 lines (6 with data), 178 Bytes

1
2
3
4
5
6
7
8
# Authors: The MNE-Python contributors.
# License: BSD-3-Clause
# Copyright the MNE-Python contributors.
from .commands.utils import main
if __name__ == "__main__":
main()