mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:26:30 +00:00
8 lines
228 B
C#
8 lines
228 B
C#
namespace Azaion.LoaderUI;
|
|
|
|
public static class ConstantsLoader
|
|
{
|
|
public const string SUITE_FOLDER = "suite";
|
|
public const string SUITE_STAGE_FOLDER = "suite-stage";
|
|
public const int EXTERNAL_LOADER_PORT = 5020;
|
|
} |