So I managed to follow the simple “Hello world!” example and then I managed to add my new source code. The name of the package is “PostSPH”. Whenever I try to use a function from there I have to do:
using PostSPH
PostSPH.function(input)
But how does something like, Dataframes, avoid this?