From 7d3a08128bcadd562e7eaa48644c830ed166c98c Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 31 Dec 2019 13:19:48 +0100 Subject: Migrating JFR match results to result info client model --- jfr_playoff/data/match/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'jfr_playoff/data/match/__init__.py') diff --git a/jfr_playoff/data/match/__init__.py b/jfr_playoff/data/match/__init__.py index 7db05c2..6137078 100644 --- a/jfr_playoff/data/match/__init__.py +++ b/jfr_playoff/data/match/__init__.py @@ -4,3 +4,12 @@ from jfr_playoff.data.info import ResultInfoClient class MatchInfoClient(ResultInfoClient): def get_match_link(self): raise NotImplementedError + + def fetch_teams(self, teams): + raise NotImplementedError + + def board_count(self): + raise NotImplementedError + + def running_link(self): + raise NotImplementedError -- cgit v1.2.3