Thank you! I figured it out just before I read the message. My working example code:
include("my_module.jl")
import .myModule: my_test
myTest()
Thank you! I figured it out just before I read the message. My working example code:
include("my_module.jl")
import .myModule: my_test
myTest()