Files
core/homeassistant/components/lichess/const.py
T

6 lines
120 B
Python

"""Constants for the Lichess integration."""
DOMAIN = "lichess"
TOKEN_URL = "https://lichess.org/account/oauth/token"