Move plugins/__init__.py into plugins/api.py.
And allow plugins to do 'from debexpo.plugins.api import *' (with a properly defined __all__) instead of importing everything explicitely.
debexpo/plugins/api.py
0 → 100644
Please register or sign in to comment