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
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 ?