Files
flares/mne/__main__.py
2025-08-19 09:13:22 -07:00

9 lines
178 B
Python

# Authors: The MNE-Python contributors.
# License: BSD-3-Clause
# Copyright the MNE-Python contributors.
from .commands.utils import main
if __name__ == "__main__":
main()