Good afternoon,
I build all my Julia codes in the module environment and I was wondering if there is a way to use include() (since this allow Julia to update the module) without having to write my_module.my_function(). I have been looking around but no luck.
Thank you for your suggestions :)!