7 lines
204 B
C#
7 lines
204 B
C#
namespace DataModel.Database;
|
|
|
|
public static class SettingNames
|
|
{
|
|
public static readonly string DEEPL_API_KEY = "DeepL API Key";
|
|
public static readonly string DEEPL_MODE = "DeepL Mode";
|
|
} |