Is it possible to reference a function from one module in another module?
Yes if it's included into your module.
Great, thanks for the quick response
You just have to reference it / include the import code in your module too.
3 Comments