mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-08-01 06:23:13 +00:00
7 lines
157 B
Nim
7 lines
157 B
Nim
# Tests the Nim side of libstorage.
|
|
import ./libstorage/config
|
|
import ./libstorage/logosmetrics
|
|
import ./libstorage/requests
|
|
|
|
{.warning[UnusedImport]: off.}
|