mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-04 19:33:07 +00:00
# Conflicts: # library/libstorage.nim # Conflicts: # storage/rest/api.nim # storage/storage.nim
7 lines
119 B
Nim
7 lines
119 B
Nim
import std/os
|
|
import ./imports
|
|
|
|
importTests(currentSourcePath().parentDir() / "codex")
|
|
|
|
{.warning[UnusedImport]: off.}
|