aiida-quantumespresso
aiida-quantumespresso copied to clipboard
👌 Make plugin classes importable from second level modules
I'm typically not using the factories, but prefer directly importing the classes directly from the modules. This does mean I have to go down three or four levels of modules to get the desired classes. I think it would be better to simply make them importable from the second level modules (calculations
, workflows
, ...) using __all__
.