Difference between include, use and import

Yes, that’s the difference between using and import - the former brings all exported names into scope, while the latter only brings NiceStuff (the module identifier) into scope.

https://docs.julialang.org/en/v1/manual/modules/#Standalone-using-and-import