mirror of
https://github.com/status-im/nim-confutils.git
synced 2025-02-12 20:16:30 +00:00
11 lines
177 B
Nim
11 lines
177 B
Nim
|
import
|
||
|
../../confutils,
|
||
|
../../confutils/defs
|
||
|
|
||
|
type
|
||
|
TestConf* = object
|
||
|
dataDir* {.abbr: "d" }: OutDir
|
||
|
importDir* {.abbr: "d" }: OutDir
|
||
|
|
||
|
let c = TestConf.load()
|