Note that a technique for importing submodules from relative paths is currently
include(“path/to/MyModule.jl”)
import .MyModule # note .
Syntactic sugar for this might be nice but is not essential.
Note that a technique for importing submodules from relative paths is currently
include(“path/to/MyModule.jl”)
import .MyModule # note .
Syntactic sugar for this might be nice but is not essential.