Internal constants class for LichessNET, defines a single BaseUrl constant pointing to https://lichess.org/.
#nullable enable annotations
namespace LichessNET;
internal class Constants
{
public const string BaseUrl = "https://lichess.org/";
}