summaryrefslogtreecommitdiff
path: root/jfr_playoff/data/match/__init__.py
blob: 7db05c2c75154f1318458a80e30b5b8491905045 (plain)
1
2
3
4
5
6
from jfr_playoff.data.info import ResultInfoClient


class MatchInfoClient(ResultInfoClient):
    def get_match_link(self):
        raise NotImplementedError