mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +00:00
7 lines
119 B
Nim
7 lines
119 B
Nim
import std/os
|
|
import ./imports
|
|
|
|
importTests(currentSourcePath().parentDir() / "codex")
|
|
|
|
{.warning[UnusedImport]: off.}
|