module Anchors const ROOT_DIR = @__DIR__ const SRC_DIR = joinpath(ROOT_DIR, "src/") const TEST_DIR = joinpath(ROOT_DIR, "test/") end