privaterelay/plans.py [104:140]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CountryStr = Literal[
    "AT",  # Austria
    "BE",  # Belgium
    "BG",  # Bulgaria
    "CA",  # Canada
    "CH",  # Switzerland
    "CY",  # Cyprus
    "CZ",  # Czech Republic / Czechia
    "DE",  # Germany
    "DK",  # Denmark
    "EE",  # Estonia
    "ES",  # Spain
    "FI",  # Finland
    "FR",  # France
    "GB",  # United Kingdom
    "GR",  # Greece
    "HR",  # Croatia
    "HU",  # Hungary
    "IE",  # Ireland
    "IT",  # Italy
    "LT",  # Lituania
    "LU",  # Luxembourg
    "LV",  # Latvia
    "MT",  # Malta
    "MY",  # Malaysia
    "NL",  # Netherlands
    "NZ",  # New Zealand
    "PL",  # Poland
    "PR",  # Puerto Rico
    "PT",  # Portugal
    "RO",  # Romania
    "SE",  # Sweden
    "SG",  # Singapore
    "SI",  # Slovenia
    "SK",  # Slovakia
    "US",  # United States
]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



privaterelay/sp3_plans.py [70:106]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CountryStr = Literal[
    "AT",
    "BE",
    "BG",
    "CA",
    "CH",
    "CY",
    "CZ",
    "DE",
    "DK",
    "EE",
    "ES",
    "FI",
    "FR",
    "GB",
    "GR",
    "HR",
    "HU",
    "IE",
    "IT",
    "LT",
    "LU",
    "LV",
    "MT",
    "MY",
    "NL",
    "NZ",
    "PL",
    "PR",
    "PT",
    "RO",
    "SE",
    "SG",
    "SI",
    "SK",
    "US",
]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



