coach-scraper/app/site.py

7 lines
87 B
Python

import enum
class Site(enum.Enum):
CHESSCOM = "chesscom"
LICHESS = "lichess"