Just call them with the module prefixed Package.func(1,2) or bring them into the namespace using Package: func for example.
3 Likes
Just call them with the module prefixed Package.func(1,2) or bring them into the namespace using Package: func for example.