Loading another package when loading a package

Hi,

Is there a way to load packageA when I load packageB? Example, if I do

using packageB

Then packageA is also available.
Thank you

Do you mean something like https://github.com/simonster/Reexport.jl ?

2 Likes