system's picture
system HF Staff
Deploy from 1040f46
a5f2e46 verified
Raw
History Blame Contribute Delete
311 Bytes
from .lichess import LichessDataset
from .lichess_simple_uci import LichessSimpleUciDataset
from .puzzle_dataset import LichessPuzzleDataset, LichessPuzzleFullSolutionDataset
__all__ = [
"LichessDataset",
"LichessSimpleUciDataset",
"LichessPuzzleDataset",
"LichessPuzzleFullSolutionDataset",
]