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