aiidateam / aiida-quantumespresso

The official AiiDA plugin for Quantum ESPRESSO
https://aiida-quantumespresso.readthedocs.io
Other
53 stars 78 forks source link

👌 Make plugin classes importable from second level modules #944

Open mbercx opened 1 year ago

mbercx commented 1 year ago

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