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