mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-02 13:33:07 +00:00
8 lines
143 B
C#
8 lines
143 B
C#
namespace CodexDistTestCore.Config
|
|
{
|
|
public class FileManagerConfig
|
|
{
|
|
public const string Folder = "TestDataFiles";
|
|
}
|
|
}
|