Has anyone built a custom starlark module? Or could point me to some documentation as to how to do it?
I would like to re-use some code between different apps. I made a .star file with the variables and functions I want to re-use. Then tried to load it into another .star file with this command:
load(“test_module.star”, “testmod”)
But I keep getting the following error – saying Invalid Module: