mirror of
https://github.com/Cian-H/nanoconc.git
synced 2026-01-04 04:22:00 +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 |