Is your feature request related to a problem? Please describe.
ME is really good work, but if you put your project to IDE like pycharm, pycharm will not auto-complete ME class names/function names, etc.
Describe the solution you'd like
Could you make __init.py in every module better? Add __all so that IDEs can make better indexing.
Is your feature request related to a problem? Please describe. ME is really good work, but if you put your project to IDE like pycharm, pycharm will not auto-complete ME class names/function names, etc.
Describe the solution you'd like Could you make __init.py in every module better? Add __all so that IDEs can make better indexing.