mirror of
https://github.com/Cian-H/nanoconc.git
synced 2025-12-22 22:22:01 +00:00
7 lines
134 B
Julia
7 lines
134 B
Julia
module Anchors
|
|
|
|
const ROOT_DIR = @__DIR__
|
|
const SRC_DIR = joinpath(ROOT_DIR, "src/")
|
|
const TEST_DIR = joinpath(ROOT_DIR, "test/")
|
|
|
|
end |