mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-08 00:13:08 +00:00
6 lines
127 B
Nim
6 lines
127 B
Nim
# import ./stores/testcachestore
|
|
# import ./stores/testfsstore
|
|
import ./stores/testsqlitestore
|
|
|
|
{.warning[UnusedImport]: off.}
|