NeuroTechX / EEG-ExPy

EEG Experiments in Python
https://neurotechx.github.io/EEG-ExPy/
BSD 3-Clause "New" or "Revised" License
418 stars 124 forks source link

started alias of main package for imports #266

Closed JohnGriffiths closed 2 months ago

JohnGriffiths commented 2 months ago

just need to have a top-level folder eegexpy

and then add relative imports through an __init__.py

probably are going to have a lot of stuf in that __init__.py

JohnGriffiths commented 2 months ago

merging for now as I want to do a demo :S

can continue to assess the imports question