aiida-quantumespresso icon indicating copy to clipboard operation
aiida-quantumespresso copied to clipboard

👌 Make plugin classes importable from second level modules

Open mbercx opened this issue 1 year ago • 0 comments

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__.

mbercx avatar May 24 '23 20:05 mbercx